-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the main file was different, but i think i messed up by deleting the …
…branch
- Loading branch information
1 parent
d940e42
commit f0a3b00
Showing
2 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Logseq Publish 🚩 | ||
uses: pengx17/logseq-publish@v0.1.8 | ||
with: | ||
version: latest | ||
- name: add a nojekyll file # to make sure asset paths are correctly identified | ||
run: touch $GITHUB_WORKSPACE/www/.nojekyll | ||
- name: Deploy 🚀 | ||
uses: JamesIves/github-pages-deploy-action@4 | ||
with: | ||
branch: gh-pages # The branch the action should deploy to. | ||
folder: www # The folder the action should deploy. | ||
clean: true | ||
on: [push] | ||
|
||
permissions: | ||
contents: write | ||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
name: Publish Logseq graph | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: logseq/publish-spa@v0.3.0 | ||
- name: Add a nojekyll file # to make sure asset paths are correctly identified | ||
run: touch $GITHUB_WORKSPACE/www/.nojekyll | ||
- name: Deploy 🚀 | ||
uses: JamesIves/github-pages-deploy-action@v4 | ||
with: | ||
folder: www |