Skip to content

Commit caa1f33

Browse files
committed
fix: remove gh-pages pull step
Signed-off-by: Jacob Emery <[email protected]>
1 parent 3010895 commit caa1f33

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish docs via GitHub Pages
22
on:
33
workflow_dispatch:
4-
4+
55
push:
66
branches:
77
- main
@@ -25,13 +25,6 @@ jobs:
2525
with:
2626
python-version: '3.x'
2727

28-
- name: Fetch Latest gh-pages Branch
29-
run: |
30-
git fetch origin gh-pages
31-
git checkout gh-pages
32-
git pull origin gh-pages
33-
git checkout main
34-
3528
- name: Install mkdocs
3629
run: pip install mkdocs
3730

0 commit comments

Comments
 (0)