Skip to content

Commit

Permalink
ci: fix actions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
runepiper committed May 22, 2024
1 parent 5711586 commit 43d0dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/configure-pages@v5
- run: npm ci
- run: NODE_ENV=production npx tailwindcss -o assets/stylesheets/main.css --minify
- name: actions/upload-pages-artifact@v3
- uses: actions/upload-pages-artifact@v3
with:
path: '.'

Expand Down

0 comments on commit 43d0dee

Please sign in to comment.