Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
calmh committed Jan 11, 2025
1 parent 537992c commit 472f061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
- name: Prepare rendered site
if: github.event_name == 'push' && github.ref_type == 'tag'
run: |
mv _build/html _site
mv _build/man _site/man
cp -r _build/html _site
cp -r _build/man _site/man
mkdir _site/pdf
mv _build/latest/*pdf _site/pdf
cp _build/latest/*pdf _site/pdf
- name: Upload rendered site
uses: docker://docker.io/rclone/rclone:latest
Expand Down

0 comments on commit 472f061

Please sign in to comment.