Skip to content

Commit abf889f

Browse files
committed
add github pages
1 parent 26dcf44 commit abf889f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,13 @@ jobs:
8080
fi
8181
env:
8282
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
83+
84+
- name: Setup Pages
85+
if: env.LATEST == 'true'
86+
uses: actions/configure-pages@v5
87+
88+
- name: Upload artifact
89+
if: env.LATEST == 'true'
90+
uses: actions/upload-pages-artifact@v3
91+
with:
92+
path: './auto-docs'

0 commit comments

Comments
 (0)