Skip to content

Commit

Permalink
please
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwardius committed May 30, 2024
1 parent e2852b4 commit 650f460
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
node-version: '22'

- name: Run export
- name: Run install and export
run: |
npm install
npm run export
npm install
npm run export
- name: Deploy to GitHub Pages
if: success()
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
node-version: '22' # Specify the version of Node.js you need

- name: Run export
- name: Run install and export
run: |
npm install
npm run export
npm install
npm run export
- name: Deploy to GitHub Pages Preview
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 650f460

Please sign in to comment.