Skip to content

Commit

Permalink
actions work.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Nov 17, 2023
1 parent e64d909 commit 216456c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
File renamed without changes.
15 changes: 3 additions & 12 deletions .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ on:
branches:
- master
workflow_dispatch:
inputs:
branch:
description: 'Repo branch to checkout'
required: false
default: 'master'


name: Deploy-package-documentation

jobs:
Expand All @@ -17,12 +12,8 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
with:
# The branch, tag or SHA to checkout. When checking out the repository that
# triggered a workflow, this defaults to the reference or SHA for that event.
# Otherwise, uses the default branch.
ref: ${{ github.event.inputs.branch }}
- name: Running workflow from branch ${{ github.ref }}
uses: actions/checkout@v3

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

Expand Down

0 comments on commit 216456c

Please sign in to comment.