Skip to content

11ty Build

11ty Build #13

name: 11ty Build
on: workflow_dispatch
jobs:
build_deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Build
uses: TartanLlama/[email protected]
with:
args: --output dist
install_dependencies: true
#- name: Deploy
# uses: peaceiris/actions-gh-pages@v3
# with:
# publish_dir: dist
# publish_branch: gh-pages
# github_token: ${{ secrets.GITHUB_TOKEN }}