Skip to content

Commit 5c47613

Browse files
authored
Add deployment to GitHub page (#4)
1 parent cd1b6e7 commit 5c47613

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: deploy-to-github-pages
2+
3+
on:
4+
release:
5+
types: [released]
6+
7+
permissions: {}
8+
9+
jobs:
10+
publish-pages:
11+
permissions:
12+
contents: write
13+
uses: cable8mm/.github/.github/workflows/deploy-to-github-pages.yml@main

0 commit comments

Comments
 (0)