Skip to content

Commit

Permalink
misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi committed Feb 28, 2024
1 parent bafb240 commit 1f24a9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docsite-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: single-cell-1tb-runner
runs-on: single-cell-8c64g-runner
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
Expand All @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"

- name: Install Python deps 🔧
run: |
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docsite # The folder the action should deploy.
branch: gh-pages
branch: gh-pages-test

0 comments on commit 1f24a9b

Please sign in to comment.