Update upload-artifact.yml

dependabot/github_actions/docker/setup-buildx-action-2.6.0
fscarmen 3 years ago committed by GitHub
parent 582f6bcf5d
commit 116a1d07a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/upload-artifact.yml

@ -24,9 +24,6 @@ jobs:
name: my-artifact
path: path/to/artifact/world.txt
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
- uses: stefanzweifel/git-auto-commit-action@v4
with:
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: ./public
commit_message: Apply php-cs-fixer changes

Loading…
Cancel
Save