Skip to content

Commit 33381d6

Browse files
authored
update action to allow deploying other branches
1 parent 580a73a commit 33381d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Clone Repository
2828
uses: actions/checkout@v4
2929
with:
30+
ref: ${{ github.ref }}
3031
submodules: recursive
3132

3233
- name: Setup .NET SDK
@@ -50,4 +51,5 @@ jobs:
5051

5152
- name: Deploy to GitHub Pages
5253
id: deployment
53-
uses: actions/deploy-pages@v4
54+
55+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)