We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d76c4ff + 8cb467c commit 917c61eCopy full SHA for 917c61e
.github/workflows/deploy-docs.yml
@@ -28,6 +28,7 @@ jobs:
28
url: ${{ steps.deployment.outputs.page_url }}
29
runs-on: ubuntu-latest
30
steps:
31
+ - uses: actions/checkout@v4
32
- name: Initialize the environment
33
uses: ./.github/actions/initialize
34
with:
0 commit comments