Skip to content

Commit ce7d11a

Browse files
authored
Create redeploy-docs.yml
1 parent f1ad5f9 commit ce7d11a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/redeploy-docs.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Redeploy Docs
2+
on:
3+
push:
4+
branches: [master]
5+
6+
jobs:
7+
redeploy-docs:
8+
uses: swup/.github/.github/workflows/redeploy-docs.yml@master
9+
secrets: inherit

0 commit comments

Comments
 (0)