Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
warioddly authored Dec 4, 2023
1 parent 934acdd commit 1ed846b
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
Expand All @@ -22,16 +22,12 @@ jobs:
run: npm install

- name: Build project
run: npm run build

- name: Show files in the current directory
run: ls

- name: Show files in the current directory
run: ls build
run: |
# Build project
npm run build
- name: Checkout repository
uses: actions/checkout@v3
# Show files in the current directory
ls build
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 1ed846b

Please sign in to comment.