Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
skifli authored Jan 18, 2025
2 parents df51ac1 + 02b0433 commit 9388196
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Minify Action
uses: dra1ex/[email protected]
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
# Upload entire repository
path: '.'
path: './'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 9388196

Please sign in to comment.