Skip to content

Some task management for Lutino.io #42

Some task management for Lutino.io

Some task management for Lutino.io #42

Workflow file for this run

name: CI
# Controls when the workflow will run
on:
push:
branches: [main]
permissions:
contents: write
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v4
- uses: logseq/publish-spa@v0.3.0
- 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