Skip to content

Commit

Permalink
deploy enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotthall committed Dec 10, 2024
1 parent 428a96f commit 85fcd7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [17.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -27,14 +27,14 @@ jobs:
npm run rebuild
- name: Deploy to github pages
if: ${{ false }}
if: ${{ true }}
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./_site
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Commit and push
if: ${{ false }}
if: ${{ true }}
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Automated 11ty build

0 comments on commit 85fcd7f

Please sign in to comment.