Skip to content

Commit

Permalink
chore: test debug pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
l0r1s committed Sep 26, 2023
1 parent 0a26f05 commit 8d6b1b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ jobs:
cargo doc --no-deps
echo "<meta http-equiv=\"refresh\" content=\"0; url=configuration\">" > target/doc/index.html
- name: Move docs
run: |
mkdir -p ./doc
mv ./target/doc/* ./doc
git config user.email "[email protected]"
git config user.name "GitHub Action"
git config user.password ${{ secrets.GH_PAGES_TOKEN }}
git config user.password "${{ secrets.GH_PAGES_TOKEN }}"
git checkout --orphan gh-pages
mkdir to_delete
shopt -s extglob
Expand Down

0 comments on commit 8d6b1b3

Please sign in to comment.