Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Nov 11, 2024
1 parent 09c8daa commit 36a2cd9
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 @@ -49,7 +49,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: package/app/build
path: packages/app/build

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

0 comments on commit 36a2cd9

Please sign in to comment.