Skip to content

Commit

Permalink
Изменя github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolai-shabalin committed Dec 1, 2024
1 parent d485640 commit fdaa663
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 @@ -29,11 +29,11 @@ jobs:
run: pnpm i

- name: Building
run: npm run build
run: pnpm build

- name: Deploy
uses: JamesIves/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
folder: ./build
folder: ./dist
branch: gh-pages

0 comments on commit fdaa663

Please sign in to comment.