mirror of
https://github.com/lemeow125/Notes.git
synced 2024-11-17 04:09:26 +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 @@
|
||||||
|
![status-badge](https://woodpecker.06222001.xyz/api/badges/1/status.svg)
|
||||||
![Site Status](https://stats.keannu5.duckdns.org/api/badge/122/status)
|
![Site Status](https://stats.keannu5.duckdns.org/api/badge/122/status)
|
||||||
|
|
||||||
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.
|
||||||
|
@ -9,4 +10,3 @@ A GitHub mirror of my [Obsidian](https://obsidian.md/) blog posts, guides, and p
|
||||||
|
|
||||||
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)
|
||||||
![](_resources/README/6362558d697b5194e520d88cdab38fd6_MD5.jpeg)
|
![](_resources/README/6362558d697b5194e520d88cdab38fd6_MD5.jpeg)
|
||||||
![](_resources/README/f19ac9f922904cc6af35f73e3c1982f6_MD5.jpeg)
|
|
Binary file not shown.
Before Width: | Height: | Size: 134 KiB |
Binary file not shown.
Before Width: | Height: | Size: 116 KiB |
Loading…
Reference in a new issue