Browse Source

another test

pull/429/head
lumapu 2 years ago
parent
commit
b2c8a2e572
  1. 2
      .github/workflows/gh-pages.yml

2
.github/workflows/gh-pages.yml

@ -26,7 +26,7 @@ jobs:
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/gh-pages' if: github.ref == 'refs/heads/gh-pages-src'
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public publish_dir: ./public

Loading…
Cancel
Save