Skip to content

Commit

Permalink
Update github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zonggexu authored Aug 3, 2024
1 parent a9939e9 commit 477151d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
container:
image: 'swift:5.5'
steps:

- name: Checkout
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'npm'

- name: Checkout
uses: actions/checkout@v3

- name: Build Swift Saga📱
run: swift run
Expand Down

0 comments on commit 477151d

Please sign in to comment.