mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-04-20 22:42:03 +00:00
Fixed bug in build.yml (CSS not commiting)
This commit is contained in:
parent
22d7ea1f96
commit
02fa590eeb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
git config --global user.name "github-actions[bot]"
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
|
||||
git add dist/*.user.js
|
||||
git add dist/*
|
||||
git add src/BlueMarble.meta.js
|
||||
git add package.json
|
||||
git add docs/README.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue