-
Notifications
You must be signed in to change notification settings - Fork 17
/
_pkgdown.yml
68 lines (68 loc) · 1.63 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
url: https://www.maxheld.de/ghactions/
authors:
Max Held:
href: http://www.maxheld.de
Jim Hester:
href: https://jimhester.com/
Verena Held:
href: http://www.verenaheld.in
development:
mode: auto
destination: "."
reference:
- title: "Setup"
desc: >
Functions to help you get started with GitHub Actions.
contents:
- has_concept("setup")
- edit_workflow
- title: "I/O"
desc: >
Reading and writing GitHub Actions from/to `*.yml`s.
contents:
- has_concept("io")
- title: "Workflows"
desc: >
Functions with GitHub Actions workflows for common R projects with sensible defaults.
contents:
- has_concept("workflows")
- title: "Steps"
desc: >
Functions to write steps.
This includes wrappers for external GitHub actions.
contents:
- has_concept("steps")
- title: "Syntax"
desc: >
Functions to generate *blocks* of GitHub actions syntax.
For internal purposes, not recommended for package users.
contents:
- has_concept("syntax")
- title: "Helpers"
desc: >
Helper functions.
contents:
- has_concept("helpers")
articles:
- title: "Overview"
contents:
- ghactions
navbar:
title: "ghactions"
left:
- icon: fa-home
href: "index.html"
- text: "Get Started"
href: "articles/ghactions.html"
- text: "Reference"
href: "reference/index.html"
right:
- icon: fa-github
href: https://github.com/r-lib/ghactions
theme: cosmo
template:
params:
bootswatch: cosmo
docsearch:
api_key: 8f10ced26cbc746213d4922f059ceb49
index_name: ghactions