Skip to content

Commit

Permalink
Change again
Browse files Browse the repository at this point in the history
  • Loading branch information
YSHgroup committed Apr 24, 2024
1 parent 4d03902 commit bf5a443
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- name: Checkout Code
uses: YSHgroup/checkout@v4
uses: actions/checkout@v4

- name: Setup Node.js
uses: YSHgroup/setup-node@v4
uses: actions/setup-node@v4
with:
node-version: 20.x.x

Expand All @@ -37,16 +37,16 @@ jobs:
run: npm run build

- name: Setup Pages
uses: YSHgroup/configure-pages@v4
uses: actions/configure-pages@v4

env:
NODE_ENV: production

- name: Upload artifact
uses: YSHgroup/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v3
with:
path: './dist'

- name: Deploy to GitHub Pages
id: deployment
uses: YSHgroup/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit bf5a443

Please sign in to comment.