Skip to content

Commit f6ce1be

Browse files
committed
[docs] Deploy API pages as well
1 parent 73ba4b0 commit f6ce1be

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ jobs:
3737
- name: Regenerate pac_utils.js
3838
run: make -C src pac_utils_js
3939

40+
- name: Copy API docs to web/api
41+
run: |
42+
mkdir -p web/api
43+
cp -a src/docs/html/* web/api/
44+
4045
- uses: actions/configure-pages@v5
4146

4247
- uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)