Skip to content

Commit

Permalink
correct build output
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Aug 29, 2024
1 parent 66d4d61 commit bb14f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: build
path: dist

deploy:
runs-on: ubuntu-latest
Expand All @@ -68,7 +68,7 @@ jobs:
- uses: actions/download-artifact@master
with:
name: github-pages
path: build
path: dist
- uses: actions/configure-pages@v5
- id: deployment
uses: actions/deploy-pages@main

0 comments on commit bb14f4b

Please sign in to comment.