We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824edfc commit 04376afCopy full SHA for 04376af
1 file changed
.github/workflows/main-docs.yml
@@ -16,7 +16,8 @@ concurrency:
16
17
jobs:
18
build:
19
- runs-on: ubuntu-latest
+ runs-on:
20
+ group: databricks-solutions-protected-runner-group
21
steps:
22
- name: Checkout
23
uses: actions/checkout@v4
@@ -48,7 +49,8 @@ jobs:
48
49
environment:
50
name: github-pages
51
url: ${{ steps.deployment.outputs.page_url }}
52
53
54
needs: build
55
56
- name: Deploy to GitHub Pages
0 commit comments