We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7676dbc commit ad91a67Copy full SHA for ad91a67
.github/workflows/mkdocs.yml
@@ -12,6 +12,14 @@ jobs:
12
contents: write
13
14
steps:
15
+ # Checkout code from repo
16
+ - name: Checkout repo
17
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
+ with:
19
+ persist-credentials: false
20
+ ref: ${{ github.head_ref }} # required for better experience using pre-releases
21
+ fetch-depth: "0"
22
+
23
# Install Python
24
- name: Install Python
25
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
0 commit comments