Skip to content

Commit 3698ee0

Browse files
authored
Merge pull request #19 from mchlln/github-pages
fix deploy
2 parents 36fb014 + 39a9905 commit 3698ee0

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,4 @@ jobs:
3636
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
3737
run: |
3838
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
39+
touch docs/.nojekyll

0 commit comments

Comments
 (0)