Skip to content

Commit

Permalink
Fix updates to the devmanual.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSynchro authored Jul 3, 2023
1 parent e2e28bc commit 293c8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
working-directory: ${{ github.workspace }}/staging/docs/manual
- name: "Stage Updated Files"
run:
cp -Ru build/docs/lua/* ../prod/api # && mkdir -p ../prod/devmanual && cp docs/manual/*.pdf ../prod/devmanual
cp -Ru build/docs/lua/* ../prod/api && mkdir -p ../prod/devmanual && cp docs/manual/*.pdf ../prod/devmanual
working-directory: ${{ github.workspace }}/staging
- name: "Add Updated Files"
run: |
Expand Down

0 comments on commit 293c8df

Please sign in to comment.