Skip to content

Commit

Permalink
fix: remove gh-pages pull step
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Emery <jacob.emery@ibm.com>
  • Loading branch information
jacobemery committed Dec 20, 2023
1 parent 3010895 commit caa1f33
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish docs via GitHub Pages
on:
workflow_dispatch:

push:
branches:
- main
Expand All @@ -25,13 +25,6 @@ jobs:
with:
python-version: '3.x'

- name: Fetch Latest gh-pages Branch
run: |
git fetch origin gh-pages
git checkout gh-pages
git pull origin gh-pages
git checkout main
- name: Install mkdocs
run: pip install mkdocs

Expand Down

0 comments on commit caa1f33

Please sign in to comment.