Skip to content

Commit

Permalink
🗑️ ci: remove build param from action
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepg authored Apr 14, 2024
1 parent 2a833d9 commit 89cf0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- run: npm ci
working-directory: ./website
- run: npm run build --base=/http-codes
- run: npm run build
working-directory: ./website

- uses: actions/upload-pages-artifact@v3.0.1
Expand Down

0 comments on commit 89cf0fc

Please sign in to comment.