Skip to content

Commit

Permalink
feat: try and fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
skifli authored Apr 12, 2024
1 parent 292ea3b commit 895672b
Show file tree
Hide file tree
Showing 95 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/minifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
branch: minified
create_branch: true
commit_message: Apply minifications
repository: /src
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/upload-pages-artifact@v1
with:
# Upload entire repository
path: "."
path: "./src/"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
Loading

0 comments on commit 895672b

Please sign in to comment.