From 554541ff0c4a4735f3315620308af37eda6eacbb Mon Sep 17 00:00:00 2001 From: Corey Petty Date: Wed, 13 Apr 2022 12:07:49 -0400 Subject: [PATCH] versioning of penx repo --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b0a39a0..d266a79 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Logseq Publish 🛎️ # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. - uses: pengx17/logseq-publish@0.1.0 + uses: pengx17/logseq-publish@v0.1 - name: add a nojekyll file run: touch $GITHUB_WORKSPACE/www/.nojekyll - name: Deploy 🚀