Skip to content

Commit

Permalink
Update build_adodown_site.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kbjarkefur authored Jun 17, 2024
1 parent c58cd49 commit 5a1caa5
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build_adodown_site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,13 @@ jobs:
run: adodownr::build_site(pkg_dir = here::here(), site_dir = here::here())
shell: Rscript {0}

- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
clean: false
folder: docs
branch: gh-pages
target-folder: docs
# Upload entire repository
path: '/docs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 5a1caa5

Please sign in to comment.