https://github.com/dend/actions
A collection of useful GitHub Actions.
https://github.com/dend/actions
Last synced: about 1 month ago
JSON representation
A collection of useful GitHub Actions.
- Host: GitHub
- URL: https://github.com/dend/actions
- Owner: dend
- Created: 2018-12-11T05:18:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T03:39:00.000Z (5 months ago)
- Last Synced: 2025-03-25T00:40:45.053Z (about 2 months ago)
- Language: Shell
- Size: 97.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Actions
A collection of useful GitHub Actions. Most of them are used in some shape or form in one of my personal projects.
## Current actions
| Action | Description |
|:-------|:------------|
| `deploy-blog` | Deploys a [Hugo](https://gohugo.io/) static site to the cloud. |
| `powershell-demo` | A demo of GitHub Actions with PowerShell Core. |
| `docfx-ts-docgen` | Generate TypeScript documentation with [DocFX](https://dotnet.github.io/docfx/). |
| `rss-validator` | Validate RSS feeds by setting the `FEED_URL` environment variable. |