Skip to content

update deploy action #234

update deploy action

update deploy action #234

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
build_deploy:
runs-on: self-hosted
steps:
- name: Checkout last commit of repository

Check failure on line 12 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
uses: actions/checkout@v3
- name: Install 11ty and build website
uses: extrawitz/11ty-dockerless-build@v1
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: _site
publish_branch: prod
github_token: ${{ secrets.GITHUB_TOKEN }}