mirror of
https://github.com/lemeow125/Notes.git
synced 2024-11-17 04:09:26 +08:00
Disable blog last update checks and clean up deployments
This commit is contained in:
parent
d44b27cc09
commit
5aed3769ca
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
# .woodpecker.yml
|
||||
steps:
|
||||
- name: build & copy
|
||||
- name: deploy
|
||||
image: node:18-alpine
|
||||
when:
|
||||
- branch: master
|
||||
|
|
|
@ -7,6 +7,8 @@ const config: Config = {
|
|||
tagline: "One-stop shop for rolling out production environments on potatoes",
|
||||
favicon: "img/favicon.ico",
|
||||
|
||||
showLastUpdateTime: false,
|
||||
|
||||
// Set the production url of your site here
|
||||
url: "https://resources.06222001.xyz",
|
||||
// Set the /<baseUrl>/ pathname under which your site is served
|
||||
|
|
Loading…
Reference in a new issue