IHaveNoIdeaWhatI'mDoing.jpg
... you know, the one with the dog trying to attempt a human job?
This commit is contained in:
parent
c9fb844aaf
commit
4670743405
1 changed files with 3 additions and 2 deletions
5
.github/workflows/eleventy_build.yml
vendored
5
.github/workflows/eleventy_build.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '16.x'
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|
||||||
|
@ -24,4 +24,5 @@ jobs:
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
publish_dir: ./pub
|
publish_dir: ./pub
|
||||||
|
disable_nojekyll: true
|
Loading…
Reference in a new issue