Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
ci: updated doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ocni-dtu committed Feb 5, 2024
1 parent 1ede10f commit da552ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v4
with:
name: 'docs'
name: docs
path: ./site

deployDocs:
Expand All @@ -69,13 +69,13 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Setup Pages
uses: actions/configure-pages@v4

- name: Download artifact from build job
uses: actions/download-artifact@v4
with:
name: 'docs'
name: docs

- name: Setup Pages
uses: actions/configure-pages@v4

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

0 comments on commit da552ed

Please sign in to comment.