Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan4253 committed Nov 11, 2023
1 parent 3502a91 commit 909c94b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
run: git submodule update --init --recursive

- name: Build Docs
working-directory: scripts
run: ./doxygen.sh
working-directory: .
run:
cd scripts
./doxygen.sh

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 909c94b

Please sign in to comment.