Skip to content

update R functions to include additional args in YAML files #116

update R functions to include additional args in YAML files

update R functions to include additional args in YAML files #116

# updates exiting pkgdown site for a repository
# deploys to a branch gh-pages
name: call-update-pkgdown
# on specifies the build triggers. See more info at https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
on:
# this workflow runs on pushes to main or master or any time a new tag is pushed
workflow_dispatch:
push:
branches: [main, master]
tags: ['*']
jobs:
call-workflow:
uses: nmfs-fish-tools/ghactions4r/.github/workflows/update-pkgdown.yml@add-input-option-workflows
# uses: nmfs-fish-tools/ghactions4r/.github/workflows/update-pkgdown.yml@main
with:
with:

Check failure on line 16 in .github/workflows/call-update-pkgdown.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/call-update-pkgdown.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
additional_args_ubuntu: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get install --only-upgrade libstdc++6
additional_args_macos: |
brew install curl
additional_args_windows: |
tree