Skip to content

Commit

Permalink
No multiversion docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy committed Oct 9, 2024
1 parent 1a494b9 commit 8c0b625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 54 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/docs.yaml

This file was deleted.

12 changes: 2 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ on:
workflow_dispatch:

jobs:
docs:
name: Pkgdown Docs 📚
needs: release
uses: insightsengineering/r.pkg.template/.github/workflows/pkgdown.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
default-landing-page: latest-tag
validation:
name: R Package Validation report 📃
needs: release
Expand All @@ -29,7 +21,7 @@ jobs:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
build:
name: Build package and reports 🎁
needs: [release, docs]
needs: [release]
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
Expand All @@ -46,7 +38,7 @@ jobs:
checking top-level files .* NOTE
coverage:
name: Coverage 📔
needs: [release, docs]
needs: [release]
uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
Expand Down

0 comments on commit 8c0b625

Please sign in to comment.