Skip to content

Commit

Permalink
remove cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Dec 19, 2024
1 parent 0393bb8 commit 738172b
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/quarto_render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,10 @@ jobs:
run: |
quarto render --profile evaluate_code
- name: Clean up
shell: bash -l {0}
run: |
rm -rf !("_docs")
rm .gitignore !("_docs")
rm -rf .quarto !("_docs")
rm .gitmodules !("_docs")
rm .renvignore !("_docs")
rm .Rprofile !("_docs")
rm -rf .github !("_docs")
mv _docs/* .
rm -rf _docs
- name: Deploy to target branch
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: "render/main"
publish_dir: .
publish_dir: _docs

0 comments on commit 738172b

Please sign in to comment.