Skip to content

Merge branch 'main' of https://github.com/dnnsmnstrr/zettelkasten int… #142

Merge branch 'main' of https://github.com/dnnsmnstrr/zettelkasten int…

Merge branch 'main' of https://github.com/dnnsmnstrr/zettelkasten int… #142

Workflow file for this run

name: "Publish"
on:
push:
branches:
- master
- main
jobs:
neuron:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build neuron site 🔧
run: |
mkdir -p .neuron/output && touch .neuron/output/.nojekyll
docker run -v $PWD:/notes sridca/neuron neuron gen --pretty-urls
- name: Deploy to gh-pages 🚀
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .neuron/output/