Skip to content

Commit

Permalink
debugging the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Oct 10, 2023
1 parent 4d8a980 commit ab351a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
run: cargo run
working-directory: doc-src
- name: Copy index page
run: cp doc-src/index.html docs/index.html
run: |
echo $(pwd)
ls
cp doc-src/index.html docs/index.html
- name: Commit Doc Generation
run: |
git add docs
Expand Down

0 comments on commit ab351a8

Please sign in to comment.