Skip to content

Commit d05db53

Browse files
authored
Update doc.yml
Signed-off-by: fred-labs <[email protected]>
1 parent 6997eaa commit d05db53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions: read-all
2020
jobs:
2121
build_docs:
2222
name: 'Build Docs'
23-
runs-on: intellabs-01
23+
runs-on: ubuntu-latest
2424
container:
2525
image: ghcr.io/sphinx-doc/sphinx:7.1.2
2626
volumes:
@@ -46,7 +46,7 @@ jobs:
4646
name: 'Deploy to GitHub Pages'
4747
needs: build_docs
4848
if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main' }}
49-
runs-on: intellabs-01
49+
runs-on: ubuntu-latest
5050
container:
5151
image: ghcr.io/sphinx-doc/sphinx:7.1.2
5252
environment:

0 commit comments

Comments
 (0)