We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603ac30 commit 92384a2Copy full SHA for 92384a2
1 file changed
.github/workflows/deploy-app.yaml
@@ -44,7 +44,7 @@ jobs:
44
shinylive::export("./demo", "site")
45
46
- name: Upload site artifact
47
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/gh_page'
48
uses: actions/upload-pages-artifact@v3
49
with:
50
path: "site"
0 commit comments