8000 Tags · readthedocs/actions · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: readthedocs/actions

Tags

v1.5

Toggle v1.5's commit message
Pass data to action

v1.4

Toggle v1.4's commit message
Fix logic

v1

Toggle v1's commit message
Pass data to action

v1.3

Toggle v1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add single-language (#49)

* Add single-language

Add support for single-language that only includes the version.

* Include in README

* Update preview/scripts/edit-description.js

Co-authored-by: Manuel Kaufmann <humitos@gmail.com>

---------

Co-authored-by: Manuel Kaufmann <humitos@gmail.com>

v1.2

Toggle v1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use emojis instead of `:books:` (#37)

Closes #32
Fixes #34

v1.1

Toggle v1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Single version projects: pass missing argument (#19)

We need to pass *each* input from the user to our function.

v1.0

Toggle v1.0's commit message
Rename GitHub Action as `readthedocs/actions/preview`

Give a friendly name to the action and prepare the repository to store more
actions together with this one.

We will be using these actions as:

```yaml
- uses: readthedocs/actions/preview@v1
- uses: readthedocs/actions/another@v1
```

Closes #5
0