Skip to content

Commit b56540e

Browse files
committed
add early step
1 parent 846acab commit b56540e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ jobs:
2727
url: ${{ steps.deployment.outputs.page_url }}
2828
runs-on: ubuntu-latest
2929
steps:
30-
# - name: Checkout
31-
# uses: actions/checkout@v4
30+
- name: Checkout
31+
uses: actions/checkout@v4
3232
# - name: Setup Pages
33-
# uses: actions/configure-pages@v5
3433
# - name: Upload artifact
3534
# uses: actions/upload-pages-artifact@v3
3635
# with:

0 commit comments

Comments
 (0)