Skip to content

Bump nbb and frontend to versions with bug fix + new page configure #51

Bump nbb and frontend to versions with bug fix + new page configure

Bump nbb and frontend to versions with bug fix + new page configure #51

Workflow file for this run

on:
push:
# branches: [main]
paths-ignore:
- '*.md'
permissions:
contents: write
jobs:
test:
runs-on: ubuntu-latest
name: Run the action on a test graph and publish
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build graph's SPA
uses: logseq/publish-spa@feat/db
with:
graph-directory: test/publish-test-db-graph
theme-mode: dark
accent-color: cyan
version: c98db7cd3d19e4ac407073f8a3680a29be033d4d
- 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