Skip to content

Commit 4a6f511

Browse files
committed
feat: simplify docs build
1 parent f2afd0a commit 4a6f511

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
duckdb-version: "1.2.0"
1313

1414
jobs:
15-
build:
15+
deploy:
1616
name: Build
1717
runs-on: ubuntu-latest
1818
permissions:
@@ -38,22 +38,3 @@ jobs:
3838
env:
3939
GIT_COMMITTER_NAME: ci-bot
4040
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-
id: deployment

0 commit comments

Comments
 (0)