Skip to content

更新 publish.yml

更新 publish.yml #42

Workflow file for this run

on: [push]
permissions:
contents: write
jobs:
test:
runs-on: ubuntu-latest
name: Publish Logseq graph
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build graph's SPA
uses: logseq/[email protected]
with:
theme-mode: dark
accent-color: classical
- 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
branch: main
clean: false