Skip to content

Commit 3b53773

Browse files
authored
Remove fetching step in build docs action (#289)
remove fetching step
1 parent 660235b commit 3b53773

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
27-
- name: Fetch main
28-
run: |
29-
git fetch origin main:main
30-
git status
3127
- name: Setup Pages
3228
id: pages
3329
uses: actions/configure-pages@v3

0 commit comments

Comments
 (0)