mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-04 09:01:30 +08:00
vault backup: 2024-10-17 16:13:10
This commit is contained in:
parent
abc8d0522f
commit
d44b27cc09
4 changed files with 8 additions and 8 deletions
|
@ -6,13 +6,13 @@ steps:
|
||||||
- branch: master
|
- branch: master
|
||||||
event: push
|
event: push
|
||||||
environment:
|
environment:
|
||||||
CF_ACCOUNT_ID:
|
CLOUDFLARE_ACCOUNT_ID:
|
||||||
from_secret: CF_ACCOUNT_ID
|
from_secret: CLOUDFLARE_ACCOUNT_ID
|
||||||
CF_API_TOKEN:
|
CLOUDFLARE_API_TOKEN:
|
||||||
from_secret: CF_API_TOKEN
|
from_secret: CLOUDFLARE_API_TOKEN
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- npm install --global wrangler
|
- npm install --save-dev
|
||||||
- npx wrangler pages deploy "./build/" --project-name blog --branch master --commit-dirty
|
- npx wrangler pages deploy "./build/" --project-name blog --branch master --commit-dirty
|
||||||
secrets: [CF_ACCOUNT_ID, CF_API_TOKEN]
|
secrets: [CLOUDFLARE_ACCOUNT_ID, CLOUDFLARE_API_TOKEN]
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|

|
||||||

|

|
||||||
|
|
||||||
A GitHub mirror of my [Obsidian](https://obsidian.md/) blog posts, guides, and public notes.
|
A GitHub mirror of my [Obsidian](https://obsidian.md/) blog posts, guides, and public notes.
|
||||||
|
@ -8,5 +9,4 @@ A GitHub mirror of my [Obsidian](https://obsidian.md/) blog posts, guides, and p
|
||||||
- [Command Snippets](docs/Command%20Snippets/Command%20Snippets.md)
|
- [Command Snippets](docs/Command%20Snippets/Command%20Snippets.md)
|
||||||
|
|
||||||
A [Docusaurus](https://github.com/facebook/docusaurus) instance serves these notes at my own `.xyz` subdomain [here](https://blog.06222001.xyz)
|
A [Docusaurus](https://github.com/facebook/docusaurus) instance serves these notes at my own `.xyz` subdomain [here](https://blog.06222001.xyz)
|
||||||

|

|
||||||

|
|
Binary file not shown.
Before Width: | Height: | Size: 134 KiB |
Binary file not shown.
Before Width: | Height: | Size: 116 KiB |
Loading…
Add table
Reference in a new issue