We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1749640 commit 3498b61Copy full SHA for 3498b61
.github/workflows/static.yml
@@ -42,13 +42,15 @@ jobs:
42
make images
43
make genapi
44
make all
45
+ mkdir -p /home/runner/work/www
46
+ make copy NGINX_ORG=/home/runner/work/www
47
- name: Setup Pages
48
uses: actions/configure-pages@v5
49
- name: Upload artifact
50
uses: actions/upload-pages-artifact@v3
51
with:
52
# Upload entire repository
- path: 'www/'
53
+ path: 'www'
54
- name: Deploy to GitHub Pages
55
id: deployment
56
uses: actions/deploy-pages@v4
0 commit comments