mirror of
https://github.com/TacoWolf/garden.git
synced 2026-01-14 21:20:05 -05:00
Auto saved by Logseq
This commit is contained in:
parent
5955e9fa3f
commit
15d13e6273
5 changed files with 38 additions and 6 deletions
|
|
@ -1 +1 @@
|
||||||
["6819d5ac-7c6b-4965-ba7b-e56686e61416" "e11b5282-195e-40cb-af42-af79882dc719" 51]
|
["6819d5ac-7c6b-4965-ba7b-e56686e61416" "e11b5282-195e-40cb-af42-af79882dc719" 52]
|
||||||
5
logseq/version-files/base/pages/github.md
Normal file
5
logseq/version-files/base/pages/github.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
public:: true
|
||||||
|
|
||||||
|
- prev: [[git]]
|
||||||
|
- a proprietary platform that hosts [[git]] projects that is owned by [[microsoft]].
|
||||||
|
- next: [[proprietary platforms]]
|
||||||
|
|
@ -9,5 +9,28 @@ tags:: #seed #infrastructure #github #logseq sync
|
||||||
- i keep my notes in [this repo](https://github.com/TacoWolf/garden).
|
- i keep my notes in [this repo](https://github.com/TacoWolf/garden).
|
||||||
- i use [[logseq]]'s auto commit functionality to do the heavy lifting for me.
|
- i use [[logseq]]'s auto commit functionality to do the heavy lifting for me.
|
||||||
- # set up the github auto publish file
|
- # set up the github auto publish file
|
||||||
- there's a [github action in the marketplace](https://github.com/marketplace/actions/logseq-publish-spa) that'll [[take you to the mountain]]
|
- there's a [github action in the marketplace](https://github.com/marketplace/actions/logseq-publish-spa); that'll [[take you to the mountain]]. you can just copy and paste the one that's there, no tweaking needed. here's a copy just in case:
|
||||||
- # set up the
|
- ```
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: Publish Logseq graph
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: logseq/publish-spa@v0.2.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
|
||||||
|
```
|
||||||
|
-
|
||||||
|
- this will publish your page at `yourusername.github.io/yourrepository`. HOWEVER, you probably want custom dns stuff like i've got setup. so you need to
|
||||||
|
-
|
||||||
|
- # set up the github repository
|
||||||
|
-
|
||||||
|
|
@ -1 +1,5 @@
|
||||||
- a proprietary platform that hosts
|
public:: true
|
||||||
|
|
||||||
|
- prev: [[git]]
|
||||||
|
- a proprietary platform that hosts [[git]] projects that is owned by [[microsoft]].
|
||||||
|
- next: [[proprietary platforms]]
|
||||||
|
|
@ -30,7 +30,7 @@ tags:: #seed #infrastructure #github #logseq sync
|
||||||
folder: www
|
folder: www
|
||||||
```
|
```
|
||||||
-
|
-
|
||||||
- this will publish your page at `yourusername.github.io/yourrepository`. HOWEVER, you probably want custom dns stuff like i've got setup. so you need to
|
- this will publish your page at `yourusername.github.io/yourrepository`. HOWEVER, you probably want custom dns stuff like i've got setup. so you need to...
|
||||||
-
|
-
|
||||||
- # set up the github repository
|
- # set up the github repository for custom dns
|
||||||
-
|
-
|
||||||
Loading…
Add table
Reference in a new issue