We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ca7232 + ea67e05 commit 424f445Copy full SHA for 424f445
.github/workflows/generate.yml
@@ -43,4 +43,4 @@ jobs:
43
44
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
45
branch: gh-pages
46
- pull_strategy: 'NO-PULL'
+ pull: 'NO-PULL'
.github/workflows/trigger.yml
@@ -4,7 +4,7 @@ on:
4
- cron: '15 11 3 * *'
5
6
jobs:
7
- deploy:
+ trigger:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Enable each workflow
0 commit comments