Skip to content

.github/workflows/publish.yml #1872

.github/workflows/publish.yml

.github/workflows/publish.yml #1872

Workflow file for this run

on:
schedule:
- cron: '0 */6 * * *'
permissions:
contents: write
jobs:
test:
runs-on: ubuntu-latest
name: Publish Logseq graph
steps:
- uses: actions/checkout@v3
- uses: logseq/[email protected]
- 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