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 Jul 31, 2024
2 parents 82ed940 + 62c29a8 commit bbb0ce7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Replace logo file
run: cp assets/logo.png $GITHUB_WORKSPACE/build/static/img/logo.png

- name: Set execute permissions for scripts
run: chmod +x ./.github/scripts/modify_html/*.sh
- name: Add meta
run: ./.github/scripts/modify_html/add_meta.sh
- name: Add analytics script
run: ./.github/scripts/modify_html/add_analytics.sh
# - name: Set execute permissions for scripts
# run: chmod +x ./.github/scripts/modify_html/*.sh
# - name: Add meta
# run: ./.github/scripts/modify_html/add_meta.sh
# - name: Add analytics script
# run: ./.github/scripts/modify_html/add_analytics.sh

- name: Deploy to Netlify
uses: jsmrcaga/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
__pycache__/


logseq/bak
logseq/bak
build/

0 comments on commit bbb0ce7

Please sign in to comment.