Skip to content

Commit ad91a67

Browse files
committed
checkout
1 parent 7676dbc commit ad91a67

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/mkdocs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ jobs:
1212
contents: write
1313

1414
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+
1523
# Install Python
1624
- name: Install Python
1725
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0

0 commit comments

Comments
 (0)