Skip to content

Commit d31e411

Browse files
committed
fix: update action
1 parent b7ed9b7 commit d31e411

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- main
1717
- master
1818
schedule:
19-
- cron: '0 11 * * 5'
19+
- cron: '0 11 * * *'
2020

2121
jobs:
2222
analyze:

.github/workflows/deploy-github.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- master
9+
- main
910

1011
jobs:
1112
deploy:

config/production/config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
canonifyURLs = false
1+
baseurl = "https://go-goim.github.io/"
2+
canonifyURLs = true

0 commit comments

Comments
 (0)