Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobatgeldi authored Apr 8, 2024
1 parent 24d56df commit d3bb325
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.2

- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install # will run `yarn install` command

- name: Build production bundle
uses: borales/actions-yarn@v4
uses: borales/actions-yarn@v5
with:
cmd: build # will run `yarn build:prod` command

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './build'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4.0.5

0 comments on commit d3bb325

Please sign in to comment.