Skip to content

Commit fe123c1

Browse files
authored
Update update.yml
1 parent 9ade90e commit fe123c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,12 @@ jobs:
111111
112112
rm -rf package *.tgz
113113
114+
- name: Setup Pages
115+
uses: actions/configure-pages@v5
114116
- name: Upload GitHub Pages artifact
115117
uses: actions/upload-pages-artifact@v3.0.1
116118
with:
117119
path: build
120+
- name: Deploy to GitHub Pages
121+
id: deployment
122+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)