Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Scheltienne committed Oct 8, 2024
1 parent aa37fdc commit fffca0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ jobs:
- name: Download documentation
uses: actions/download-artifact@v4
with:
name: doc-build
path: ./doc-build
name: doc-dev
path: ./doc-dev
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./doc-build
folder: ./doc-dev
target-folder: ./staging/
git-config-name: 'github-actions[bot]'
git-config-email: 'github-actions[bot]@users.noreply.github.com'
Expand Down

0 comments on commit fffca0d

Please sign in to comment.