Skip to content

Commit 48f9280

Browse files
authored
Update docc.yml
1 parent 37dbc42 commit 48f9280

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: docc
22

33
on:
44
push:
5+
branches: [ "**" ] # TEMP
6+
# branches: [ "main" ]
57

68
permissions:
79
contents: read
@@ -37,7 +39,7 @@ jobs:
3739
echo '<script>window.location.href += "/documentation/appstate"</script>' > docs/index.html
3840
3941
- name: Upload build artifacts
40-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4143
with:
4244
name: build-output
4345
path: docs

0 commit comments

Comments
 (0)