Skip to content

Commit aea4f47

Browse files
committed
static page upload experiment.
1 parent 6b80def commit aea4f47

File tree

5 files changed

+4778
-0
lines changed

5 files changed

+4778
-0
lines changed

.github/workflows/static.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ jobs:
6262
- name: Setup Pages
6363
uses: actions/configure-pages@v5
6464

65+
- name: Upload static pages
66+
uses: actions/upload-pages-artifact@v3
67+
with:
68+
# Upload static pages.
69+
path: ${{ github.workspace }}/doc/static
70+
6571
- name: Upload artifact
6672
uses: actions/upload-pages-artifact@v3
6773
with:

0 commit comments

Comments
 (0)