11ty Build #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |