Skip to content

Commit

Permalink
fix: pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Randoooom committed Mar 17, 2024
1 parent 4922717 commit ae1c71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
args: docs_build

- name: Prefix docs
run: mkdir -p pages/nightly/ && mv -f target/docs/ pages/nightly/docs/
run: rm -Rf pages/nightly/ && mkdir -p pages/nightly/ && mv -f target/docs/ pages/nightly/docs/

- name: Fix permissions
run: |
Expand Down

0 comments on commit ae1c71e

Please sign in to comment.