Skip to content

Commit

Permalink
Move artifact step to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacquwes committed Sep 28, 2023
1 parent aef4c81 commit d16b2c3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,15 @@ jobs:
- name: Run doxygen
run: doxygen doxyfile

artifact:
runs-on: ubuntu-latest
needs:
- build
steps:
- name: Upload Pages artifact
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: docs/html

deploy:
runs-on: ubuntu-latest
needs:
- artifact
- build

permissions:
pages: write
Expand Down

0 comments on commit d16b2c3

Please sign in to comment.