Skip to content

Commit d47d195

Browse files
committed
add index
make canonical webpage
1 parent f4ee963 commit d47d195

6 files changed

Lines changed: 832 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Deploy to GitHub Pages
2+
3+
on:
4+
push:
5+
branches: [main]
6+
7+
permissions:
8+
contents: read
9+
pages: write
10+
id-token: write
11+
12+
concurrency:
13+
group: pages
14+
cancel-in-progress: true
15+
16+
jobs:
17+
deploy:
18+
environment:
19+
name: github-pages
20+
url: ${{ steps.deployment.outputs.page_url }}
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: actions/checkout@v4
24+
- uses: actions/configure-pages@v4
25+
- uses: actions/upload-pages-artifact@v3
26+
with:
27+
path: docs
28+
- id: deployment
29+
uses: actions/deploy-pages@v4

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
turnfile.work

docs/favicon.svg

Lines changed: 5 additions & 0 deletions
Loading

docs/imgs/og.png

223 KB
Loading

0 commit comments

Comments
 (0)