Skip to content

Commit e132398

Browse files
committed
fix: add everything else back
1 parent 1d4a62d commit e132398

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/pages.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Deploy static content to Pages
33

44
on:
55
push:
6-
# branches:
7-
# - main
6+
branches:
7+
- main
88

99
workflow_dispatch:
1010

@@ -20,9 +20,9 @@ concurrency:
2020

2121
jobs:
2222
deploy:
23-
# environment:
24-
# name: github-pages
25-
# url: ${{ steps.deployment.outputs.page_url }}
23+
environment:
24+
name: github-pages
25+
url: ${{ steps.deployment.outputs.page_url }}
2626
runs-on: ubuntu-latest
2727
strategy:
2828
fail-fast: false
@@ -37,11 +37,11 @@ jobs:
3737
- run: uv run pdoc ./roborock -o docs/pdoc
3838
- name: Setup Pages
3939
uses: actions/configure-pages@v5
40-
# - name: Upload artifact
41-
# uses: actions/upload-pages-artifact@v4
42-
# with:
43-
# # Upload pdoc output
44-
# path: 'docs/pdoc/'
45-
# - name: Deploy to GitHub Pages
46-
# id: deployment
47-
# uses: actions/deploy-pages@v4
40+
- name: Upload artifact
41+
uses: actions/upload-pages-artifact@v4
42+
with:
43+
# Upload pdoc output
44+
path: 'docs/pdoc/'
45+
- name: Deploy to GitHub Pages
46+
id: deployment
47+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)