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.
1 parent 072f431 commit 47becc1Copy full SHA for 47becc1
.github/workflows/build_and_commit_docs.yml
@@ -19,6 +19,8 @@ jobs:
19
runs-on: 'ubuntu-latest'
20
21
steps:
22
+ - uses: actions/checkout@v5
23
+
24
- name: "Build documentation."
25
uses: ./.github/workflows/build_docs.yml
26
0 commit comments