Skip to content

Commit

Permalink
Update branch and artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
pchelle committed Jan 30, 2024
1 parent a62fe14 commit c96ca80
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dev-site-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: docs
path: build
path: docs

deploy:
concurrency: ci-${{ github.ref }}
Expand All @@ -48,5 +48,6 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
# The deployment folder should match the name of the artifact.
with:
folder: 'docs'
clean: false
folder: docs
clean: false
branch: test-site

0 comments on commit c96ca80

Please sign in to comment.