We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39b1609 + 56c5668 commit 0566530Copy full SHA for 0566530
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
name: Publish Logseq graph
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4.2.0
14
- uses: logseq/publish-spa@v0.3.1
15
with:
16
version: 0.10.9
@@ -29,6 +29,9 @@ jobs:
29
- name: Add analytics script
30
run: ./.github/scripts/modify_html/add_analytics.sh
31
32
+ - name: Install Netlify CLI
33
+ run: npm install -g netlify-cli
34
+
35
- name: Deploy to Netlify
36
uses: jsmrcaga/action-netlify-deploy@v2.2.0
37
0 commit comments