Skip to content

Commit 4cd71c9

Browse files
authored
Merge pull request #159 from owl352/feat/github-pages
Add github pages for docs
2 parents 675ecfd + abf889f commit 4cd71c9

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)