Skip to content

Commit

Permalink
Reformat yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Nov 9, 2024
1 parent e546847 commit e11f003
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v4"
- uses: "actions/checkout@v4"

- name: "Set up Node.js"
uses: "actions/setup-node@v4"
with:
node-version: "22"
- name: "Set up Node.js"
uses: "actions/setup-node@v4"
with:
node-version: "22"

- run: "npm install"
- run: "npm run build"
- run: "npm install"
- run: "npm run build"

- name: "Upload static files as artifact"
uses: "actions/upload-pages-artifact@v3"
with:
path: "./dist"
- name: "Upload static files as artifact"
uses: "actions/upload-pages-artifact@v3"
with:
path: "./dist"

deploy:
needs: "build"
Expand Down

0 comments on commit e11f003

Please sign in to comment.