fixin
This commit is contained in:
parent
bfa3f0720d
commit
942334035c
@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Clone local copy of Quartz
|
- name: Clone local copy of Quartz
|
||||||
run: git clone https://k3gtpi.jumpingcrab.com/vlad/quartz-clone.git
|
run: git clone https://k3gtpi.jumpingcrab.com/vlad/quartz-clone.git
|
||||||
- name: Copy notes to content directory
|
- name: Copy notes to content directory
|
||||||
run: cp -r ./notes/* quartz-clone/content
|
run: cp -r ./vlads-notes/* quartz-clone/content
|
||||||
- name: Build Quartz
|
- name: Build Quartz
|
||||||
run: cd quartz-clone && npm i && npx quartz create && npx quartz build
|
run: cd quartz-clone && npm i && npx quartz create && npx quartz build
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "notes/0000-how-this-was-built.md",
|
"file": "0000-how-this-was-built.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
@ -168,13 +168,13 @@
|
|||||||
"command-palette:Open command palette": false
|
"command-palette:Open command palette": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "24693a4da486c556",
|
"active": "17a11d1621382a65",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"notes/images/0000",
|
"index.md",
|
||||||
"notes/images/0000/gitea_secret_setup.png",
|
"0000-how-this-was-built.md",
|
||||||
"notes/0000-how-this-was-built.md",
|
"images/0000",
|
||||||
"notes/images",
|
"images/0000/gitea_secret_setup.png",
|
||||||
"notes/index.md",
|
"images",
|
||||||
"Pasted image 20250622224303.png",
|
"Pasted image 20250622224303.png",
|
||||||
"here.md"
|
"here.md"
|
||||||
]
|
]
|
@ -233,7 +233,7 @@ Good practice says that I should add some resource limits and requests, but I'll
|
|||||||
|
|
||||||
I'm running a local Gitea instance, so I just created a new [repo](https://k3gtpi.jumpingcrab.com/vlad/vlads-notes) and saved the K8s cluster config as a repo secret called "K8S_CONF" (use secrets instead of plain variables as the latter can be exposed in the action's logs)
|
I'm running a local Gitea instance, so I just created a new [repo](https://k3gtpi.jumpingcrab.com/vlad/vlads-notes) and saved the K8s cluster config as a repo secret called "K8S_CONF" (use secrets instead of plain variables as the latter can be exposed in the action's logs)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
I then created the ".gitea/workflows" directories and placed the workflow YAML file (publish.yaml) within. The workflow is split into two jobs:
|
I then created the ".gitea/workflows" directories and placed the workflow YAML file (publish.yaml) within. The workflow is split into two jobs:
|
||||||
- 1st job
|
- 1st job
|
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 166 KiB |
Loading…
Reference in New Issue
Block a user