We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc84e82 commit 1cb7d05Copy full SHA for 1cb7d05
2 files changed
.github/workflows/static.yml
@@ -33,15 +33,16 @@ jobs:
33
uses: actions/checkout@v4
34
- name: Setup Pages
35
uses: actions/configure-pages@v5
36
+ - name: Copy files
37
+ run:
38
+ cp ./ttf/* ./pages/
39
+ cp ./woff/* ./pages/
40
+ cp ./vf/* ./pages/
41
- name: Upload artifact
42
uses: actions/upload-pages-artifact@v3
43
with:
44
# Upload entire repository
- path: |
- ./index.html
- ./ttf/
- ./vf/
- ./woff/
45
+ path: './pages'
46
- name: Deploy to GitHub Pages
47
id: deployment
48
uses: actions/deploy-pages@v4
pages/cover.png
627 KB
0 commit comments