Skip to content

Commit

Permalink
ci: fix deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Hivert <[email protected]>
  • Loading branch information
ghivert committed May 20, 2024
1 parent 582d2d9 commit b6b54ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ jobs:
working-directory: e2e/demo
- name: Upload artifacts
uses: actions/upload-artifacts@v4
working-directory: e2e/demo
with:
name: github-pages
path: |
priv
index.html
e2e/demo/priv
e2e/demo/index.html
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b6b54ad

Please sign in to comment.