Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vornkat-iis committed Aug 16, 2023
1 parent d458321 commit af95148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: cmake3 -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

- name: Create Docs
# working-directory: ${{github.workspace}}/build
run: cd build && make doc
working-directory: ${{github.workspace}}/build
run: make doc

- name: Upload artifacts
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit af95148

Please sign in to comment.