Skip to content

Commit

Permalink
ci: add github to save folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 11, 2024
1 parent bcd775b commit 43c9b16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ jobs:
- name: Checkout package
uses: actions/checkout@v4

- name: Repository metadata
uses: varunsridharan/action-repository-meta@main
with:
REPOSITORY: ${{github.repository}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- continue-on-error: true
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Setup pandoc from r-lib
if: runner.os != 'Linux'
uses: r-lib/actions/setup-pandoc@v2
Expand Down

0 comments on commit 43c9b16

Please sign in to comment.