Skip to content

Commit c3058a3

Browse files
authored
ci: update and rename gh-pages.yml to pages.yml
1 parent 29d9f8f commit c3058a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gh-pages.yml renamed to .github/workflows/pages.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: Deploy to GitHub Pages
1+
name: Deploy to CloudFlare Pages
22
on:
33
workflow_dispatch:
44
push:
55
branches:
66
- main
77
paths:
8+
- '.github/workflows/pages.yml'
89
- 'src/**.rs'
910
- 'build.rs'
1011
- 'input.css'
@@ -55,4 +56,4 @@ jobs:
5556
with:
5657
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
5758
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
58-
command: pages deploy . --project-name=homepage
59+
command: pages deploy ./artifact --project-name=homepage

0 commit comments

Comments
 (0)