Skip to content

Commit

Permalink
fixing folders
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbuick committed Apr 20, 2024
1 parent 7ca5a6c commit d63413c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
REPO: self
BRANCH: public # The branch name where you want to push the assets
FOLDER: dist # The directory where your assets are generated
FOLDER: ./zss/terminal/dist # The directory where your assets are generated
MESSAGE: "Build: ({sha}) {msg}" # The commit message
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"preview": "yarn && yarn clear && vite preview",
"build": "yarn && yarn clear && vite build",
"build:strict": "tsc && vite build",
"build:copy-cname": "cp .github/CNAME dist"
"build:copy-cname": "cp .github/CNAME ./zss/terminal/dist"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit d63413c

Please sign in to comment.