mirror of
https://github.com/TacoWolf/garden.git
synced 2026-01-14 05:00:03 -05:00
17 lines
453 B
YAML
17 lines
453 B
YAML
on: [push]
|
|
|
|
permissions:
|
|
contents: write
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
name: Publish Logseq graph
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: logseq/publish-spa@v0.2.0
|
|
- name: add a nojekyll file # to make sure asset paths are correctly identified
|
|
run: touch $GITHUB_WORKSPACE/www/.nojekyll
|
|
- name: Deploy 🚀
|
|
uses: JamesIves/github-pages-deploy-action@v4
|
|
with:
|
|
folder: www
|