We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef5e81 commit 4e136e8Copy full SHA for 4e136e8
1 file changed
.github/workflows/update.yml
@@ -5,23 +5,19 @@ on:
5
branches:
6
- main
7
schedule:
8
- - cron: "0 0 * * *"
+ - cron: "0 1 * * *"
9
workflow_dispatch:
10
11
permissions:
12
contents: write
13
- pages: write
14
id-token: write
15
16
concurrency:
17
group: dotfiles
18
cancel-in-progress: false
19
20
jobs:
21
- deploy:
22
- environment:
23
- name: github-pages
24
- url: ${{ steps.deployment.outputs.page_url }}
+ update:
25
runs-on: ubuntu-latest
26
27
steps:
0 commit comments