Skip to content

Commit

Permalink
Run all gh-pages as a single job
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Aug 12, 2024
1 parent 4cd6d7c commit e39332c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deploy-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "0.80"

jobs:
setup:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand All @@ -25,10 +25,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
build:
runs-on: ubuntu-latest
needs: setup
steps:
- name: Generate project showcase pages from .yaml files
run: python build_tools/generate_showcase_pages.py

Expand All @@ -54,10 +50,6 @@ jobs:
run: |
mike deploy --push --update-aliases 0.57 latest
deploy:
runs-on: ubuntu-latest
needs: build
steps:
# - name: Upload Artifact
# uses: actions/upload-pages-artifact@v2
# with:
Expand Down

0 comments on commit e39332c

Please sign in to comment.