Skip to content

Commit

Permalink
ci: fix build_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Dec 25, 2024
1 parent 905b457 commit 9039c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-api-docs-${{ github.sha }}
name: api-pages
path: site/


Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Extract artifacts
run: |
mkdir site
tar -xvf artifacts/doxygen-pages/artifact.tar -C site/
tar -xvf artifacts/api-pages/artifact.tar -C site/
tar -xvf artifacts/mkdocs-pages/artifact.tar -C site/
- uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 9039c23

Please sign in to comment.