We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1b6e7 commit 5c47613Copy full SHA for 5c47613
1 file changed
.github/workflows/deploy-to-github-pages.yml
@@ -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