Skip to content

Commit f461fd9

Browse files
author
MrGGTP
committed
🌌 C25: npm-documentation 2026-02-25
1 parent 43a7735 commit f461fd9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: C25 Deploy
2+
on:
3+
push:
4+
branches: [main]
5+
jobs:
6+
deploy:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
- uses: peaceiris/actions-gh-pages@v3
11+
with:
12+
github_token: ${{ secrets.GITHUB_TOKEN }}
13+
publish_dir: ./
14+
continue-on-error: true

0 commit comments

Comments
 (0)