Skip to content

Commit

Permalink
ok fine i'll use a subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiriVulpes committed Sep 28, 2024
1 parent 9ce0ab2 commit e338661
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ jobs:
cat .npmignore | xargs -I {} npx del-cli '{}'
rm -rf node_modules
rm -f .gitignore
find . -type f -not -path '*/\.git/*'
mkdir -p build
rsync -av --exclude='.git' ./ build/
- name: Deploy
uses: s0/[email protected]
env:
REPO: self
BRANCH: package
FOLDER: .
FOLDER: build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MESSAGE: "Deploy {sha}:\n{msg}"

0 comments on commit e338661

Please sign in to comment.