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 🚀