Skip to content

set all-pages-public true #2

set all-pages-public true

set all-pages-public true #2

Workflow file for this run

name: Publish
on:
push:
branches:
- main
permissions:
contents: write
jobs:
test:
runs-on: ubuntu-latest
name: Publish
steps:
- uses: actions/checkout@v4
- uses: logseq/publish-spa@v0.3.1
- 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