Skip to content

Commit 0566530

Browse files
committed
Merge branch 'master' of https://github.com/cybercongress/cyber
2 parents 39b1609 + 56c5668 commit 0566530

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
name: Publish Logseq graph
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4.2.0
1414
- uses: logseq/publish-spa@v0.3.1
1515
with:
1616
version: 0.10.9
@@ -29,6 +29,9 @@ jobs:
2929
- name: Add analytics script
3030
run: ./.github/scripts/modify_html/add_analytics.sh
3131

32+
- name: Install Netlify CLI
33+
run: npm install -g netlify-cli
34+
3235
- name: Deploy to Netlify
3336
uses: jsmrcaga/action-netlify-deploy@v2.2.0
3437
with:

0 commit comments

Comments
 (0)