File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Deploy static content to Pages
33
44on :
55 push :
6- # branches:
7- # - main
6+ branches :
7+ - main
88
99 workflow_dispatch :
1010
@@ -20,9 +20,9 @@ concurrency:
2020
2121jobs :
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
You can’t perform that action at this time.
0 commit comments