We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6997eaa commit d05db53Copy full SHA for d05db53
.github/workflows/doc.yml
@@ -20,7 +20,7 @@ permissions: read-all
20
jobs:
21
build_docs:
22
name: 'Build Docs'
23
- runs-on: intellabs-01
+ runs-on: ubuntu-latest
24
container:
25
image: ghcr.io/sphinx-doc/sphinx:7.1.2
26
volumes:
@@ -46,7 +46,7 @@ jobs:
46
name: 'Deploy to GitHub Pages'
47
needs: build_docs
48
if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main' }}
49
50
51
52
environment:
0 commit comments