Skip to content

Commit 3498b61

Browse files
authored
Update static.yml www
1 parent 1749640 commit 3498b61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/static.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@ jobs:
4242
make images
4343
make genapi
4444
make all
45+
mkdir -p /home/runner/work/www
46+
make copy NGINX_ORG=/home/runner/work/www
4547
- name: Setup Pages
4648
uses: actions/configure-pages@v5
4749
- name: Upload artifact
4850
uses: actions/upload-pages-artifact@v3
4951
with:
5052
# Upload entire repository
51-
path: 'www/'
53+
path: 'www'
5254
- name: Deploy to GitHub Pages
5355
id: deployment
5456
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)