Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Merge branch 'logseq' of https://github.com/somidad/telecom into logseq
Browse files Browse the repository at this point in the history
  • Loading branch information
somidad committed Dec 14, 2023
2 parents eaf2edb + 89cb0a2 commit 631b469
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
push:
branches:
- logseq

permissions:
contents: write
jobs:
test:
runs-on: ubuntu-latest
name: Publish Logseq graph
steps:
- uses: actions/checkout@v3
- uses: logseq/[email protected]
- name: Add a nojekyll file # to make sure asset paths are correctly identified
run: touch $GITHUB_WORKSPACE/www/.nojekyll
- name: Add CAME file
run: echo telecom.jeon.engineer > $GITHUB_WORKSPACE/www/CNAME
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: www

0 comments on commit 631b469

Please sign in to comment.