Skip to content

Remove seed argument (#431) #117

Remove seed argument (#431)

Remove seed argument (#431) #117

Workflow file for this run

---
name: Docs
on:
push:
branches:
- main
- test-pkgdown-workflow
tags:
- "v*"
workflow_dispatch:
jobs:
docs:
name: Pkgdown Docs
uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
default-landing-page: "latest-tag"