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 f2afd0a commit 4a6f511Copy full SHA for 4a6f511
.github/workflows/docs.yaml
@@ -12,7 +12,7 @@ env:
12
duckdb-version: "1.2.0"
13
14
jobs:
15
- build:
+ deploy:
16
name: Build
17
runs-on: ubuntu-latest
18
permissions:
@@ -38,22 +38,3 @@ jobs:
38
env:
39
GIT_COMMITTER_NAME: ci-bot
40
GIT_COMMITTER_EMAIL: [email protected]
41
- - name: Checkout gh-pages
42
- run: git checkout gh-pages
43
- - uses: actions/upload-pages-artifact@v3
44
- id: deployment
45
- with:
46
- path: .
47
- deploy:
48
- name: Deploy
49
- runs-on: ubuntu-latest
50
- needs: build
51
- permissions:
52
- pages: write
53
- id-token: write
54
- environment:
55
- name: github-pages
56
- url: ${{ steps.deployment.outputs.page_url }}
57
- steps:
58
- - uses: actions/deploy-pages@v4
59
0 commit comments