Skip to content

Deploying to gh-pages from @ Inverstar/verstar-logseq@5f2e884d8d0448d… #28

Deploying to gh-pages from @ Inverstar/verstar-logseq@5f2e884d8d0448d…

Deploying to gh-pages from @ Inverstar/verstar-logseq@5f2e884d8d0448d… #28

Workflow file for this run

on: [push]
permissions:
contents: write
jobs:
test:
runs-on: ubuntu-latest
name: Publish Logseq graph
steps:
- uses: actions/checkout@v4
- uses: logseq/publish-spa@main
with:
theme-mode: dark
accent-color: cyan
- 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