Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

.github/workflows/publish.yml #31

.github/workflows/publish.yml

.github/workflows/publish.yml #31

Workflow file for this run

on:
push:
branches:
- logseq
workflow_dispatch:
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: Add CAME file
run: echo telecom.jeon.engineer > $GITHUB_WORKSPACE/www/CNAME
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: www