We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36fb014 + 39a9905 commit 3698ee0Copy full SHA for 3698ee0
1 file changed
.github/workflows/deploy.yml
@@ -36,10 +36,4 @@ jobs:
36
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
37
run: |
38
Rscript -e 'shinylive::export(appdir = "src", destdir = "docs")'
39
- touch docs/.nojekyll
40
-
41
- - name: Deploy to GitHub Pages
42
- uses: peaceiris/actions-gh-pages@v3
43
- with:
44
- github_token: ${{ secrets.GITHUB_TOKEN }}
45
- publish_dir: ./docs
+ touch docs/.nojekyll
0 commit comments