Skip to content

Commit

Permalink
fix: switch back out of /src
Browse files Browse the repository at this point in the history
  • Loading branch information
skifli authored Apr 12, 2024
1 parent 895672b commit 46d1ad3
Show file tree
Hide file tree
Showing 95 changed files with 1 addition and 2 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion .github/workflows/minifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ 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: "./src/"
path: "."
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
Loading

0 comments on commit 46d1ad3

Please sign in to comment.