Skip to content

Commit 1cb7d05

Browse files
committed
test yml
1 parent bc84e82 commit 1cb7d05

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/static.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,16 @@ jobs:
3333
uses: actions/checkout@v4
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v5
36+
- name: Copy files
37+
run:
38+
cp ./ttf/* ./pages/
39+
cp ./woff/* ./pages/
40+
cp ./vf/* ./pages/
3641
- name: Upload artifact
3742
uses: actions/upload-pages-artifact@v3
3843
with:
3944
# Upload entire repository
40-
path: |
41-
./index.html
42-
./ttf/
43-
./vf/
44-
./woff/
45+
path: './pages'
4546
- name: Deploy to GitHub Pages
4647
id: deployment
4748
uses: actions/deploy-pages@v4

pages/cover.png

627 KB
Loading

0 commit comments

Comments
 (0)