Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cybercongress/cyber
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercyb committed Nov 4, 2024
2 parents 39b1609 + 56c5668 commit 0566530
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
name: Publish Logseq graph
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.2.0
- uses: logseq/publish-spa@v0.3.1
with:
version: 0.10.9
Expand All @@ -29,6 +29,9 @@ jobs:
- name: Add analytics script
run: ./.github/scripts/modify_html/add_analytics.sh

- name: Install Netlify CLI
run: npm install -g netlify-cli

- name: Deploy to Netlify
uses: jsmrcaga/action-netlify-deploy@v2.2.0
with:
Expand Down

0 comments on commit 0566530

Please sign in to comment.