Skip to content

Commit

Permalink
fix documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xorpse committed Nov 16, 2024
1 parent c52c812 commit 59043e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
git fetch --all
git checkout gh-pages
cp -ru target/doc/* .
cp -R target/doc/* .
rm -rf target Cargo.lock
git add .
git config push.autosetupremote true
Expand Down
2 changes: 1 addition & 1 deletion GITHUB-ACTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
run: |
git fetch --all
git checkout gh-pages
cp -ru target/doc/* .
cp -R target/doc/* .
rm -rf target Cargo.lock
git add .
git config push.autosetupremote true
Expand Down

0 comments on commit 59043e6

Please sign in to comment.