Skip to content

Commit

Permalink
[WIP] working on main vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Oct 28, 2024
1 parent b1f8386 commit 19fe92c
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 112 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -41,7 +41,7 @@ jobs:

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@v4
with:
clean: false
branch: gh-pages
Expand Down
Loading

0 comments on commit 19fe92c

Please sign in to comment.