Is this where the deploy key is supposed to go?
This commit is contained in:
parent
3a38b821da
commit
ea777fc60f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/eleventy_build.yml
vendored
2
.github/workflows/eleventy_build.yml
vendored
|
@ -23,5 +23,5 @@ jobs:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
deploy_key: $
|
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
publish_dir: ./pub
|
publish_dir: ./pub
|
Loading…
Reference in a new issue