Skip to content

Commit

Permalink
skip minification
Browse files Browse the repository at this point in the history
  • Loading branch information
belaczek committed Jun 9, 2024
1 parent 27d1a48 commit de6796d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Minify Action
uses: dra1ex/minify-action@v1.0.3
# - name: Minify Action
# uses: dra1ex/minify-action@v1.0.3
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
path: "."
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit de6796d

Please sign in to comment.