Skip to content

Commit

Permalink
Use directory instead of link for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosunen committed Jan 22, 2024
1 parent 972233a commit 8331624
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Documentation builder action
run: cd doc && make html && cd ..
run: cd doc && make html && cd .. && rm -rf ./docs && mv ./doc/build/html/* ./docs/
1 change: 0 additions & 1 deletion docs

This file was deleted.

File renamed without changes.

0 comments on commit 8331624

Please sign in to comment.