Skip to content

Fix: gh pages dir

Fix: gh pages dir #2

name: Eleventy Build
on:
push:

Check failure on line 4 in .github/workflows/eleventy_build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/eleventy_build.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
- run: npm cli
- run: npm run build
- name: Deploy
uses: peaceiris/ctions-gh-pages@v3
with:
deploy_key: $
publish_dir: ./dist