Skip to content

Merge pull request #122 from Cerecero/patch-1 #395

Merge pull request #122 from Cerecero/patch-1

Merge pull request #122 from Cerecero/patch-1 #395

Workflow file for this run

name: Publish
on:
push:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Logseq Publish
uses: logseq/publish-spa@main
with:
output-directory: www
accent-color: indigo
- name: Add .nojekyll file
run: touch www/.nojekyll
- name: Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: www
clean: true
clean-exclude: |
CNAME
.nojekyll