mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-01 04:52:18 +00:00
Fix netlify deploy message (#4141)
This commit is contained in:
parent
b4d63857ce
commit
0d640d1215
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-master.yml
vendored
2
.github/workflows/build-master.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
|||
if: ${{ success() && github.event_name == 'push' && github.repository == 'EssentialsX/Essentials' && github.ref == 'refs/heads/2.x' }}
|
||||
uses: netlify/actions/cli@master
|
||||
with:
|
||||
args: deploy --dir=javadocs/ --prod --message="Deploy from GitHub Actions"
|
||||
args: deploy --dir=javadocs/ --prod --message="GitHubActionsDeploy"
|
||||
env:
|
||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_JD_AUTH_TOKEN }}
|
||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_JD_2X_SITE_ID }}
|
||||
|
|
Loading…
Reference in a new issue