Skip to content

Commit

Permalink
space typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-vanraes committed Oct 31, 2024
1 parent 7eb929b commit 4aa4b5f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# If you're using pnpm, add this step then change the commands and cache key below to use `pnpm`
# - name: Install pnpm
# uses: pnpm/action-setup@v3
# with:
# version: 8

- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -29,7 +23,7 @@ jobs:
- name: build
env:
BASE_PATH: '/${{ github.event.repository.name }}'
run: npm run build
run: npm run build

- name: Upload Artifacts
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 4aa4b5f

Please sign in to comment.