Update upload-artifact.yml

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

@ -23,3 +23,10 @@ jobs:
with:
name: my-artifact
path: path/to/artifact/world.txt
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: ./public

Loading…
Cancel
Save