Action to insert logseq-tenset-theme into published page
Go to file
2023-10-20 02:48:08 +02:00
.gitignore initial action code 2023-10-10 12:07:43 +02:00
action.yml Cleaned up for Publishing 2023-10-18 14:16:17 +00:00
LICENSE Create LICENSE 2023-10-20 02:48:08 +02:00
README.md Cleaned up for Publishing 2023-10-18 14:16:17 +00:00

logseq-publish-theme-tenset

A postprocessor for logseq-spa. Applies logseq-tenset-theme to published site

Example Action

on: [push]

permissions:
  contents: write
jobs:
  test:
    runs-on: ubuntu-latest
    name: Publish Logseq graph
    steps:
      - uses: actions/checkout@v3
      - uses: logseq/publish-spa@main
        with:
          version: nightly
          theme-mode: dark
      - name: apply tenset theme
        uses: Surferlul/logseq-publish-theme-tenset@main
      - 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