Skip to content

Commit

Permalink
remove added git workflow lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ygeunkim committed Jul 25, 2024
1 parent 384d8ac commit f6a007c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
# run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
run: pkgdown::build_site()
shell: Rscript {0}

- name: Clean up existing worktree
run: |
git worktree prune
git worktree list

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit f6a007c

Please sign in to comment.