https://github.com/beforerr/workflows
https://github.com/beforerr/workflows
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beforerr/workflows
- Owner: Beforerr
- Created: 2024-06-05T05:10:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T20:25:13.000Z (about 2 years ago)
- Last Synced: 2025-09-09T14:35:15.689Z (9 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Actions
This repository stores Github Actions useful for my projects:
- [Beforerr/workflows/pixi_nbdev/workflow.yml@main](./pixi_nbdev/workflow.yml) - Deploy documentation to GitHub Pages for a Pixi and nbdev project.
- [Beforerr/workflows/pixi_nbdev](./pixi_nbdev/action.yml) #action
- [Beforerr/workflows/nbdev_test](./nbdev_test/action.yml) - Test a nbdev project.
## References
- [prefix-dev/setup-pixi: GitHub Action to set up pixi ๐ฆ](https://github.com/prefix-dev/setup-pixi)
- [peaceiris/actions-gh-pages: GitHub Actions for GitHub Pages ๐ Deploy static files and publish your site easily. Static-Site-Generators-friendly.](https://github.com/peaceiris/actions-gh-pages)
- [fastai/workflows: Composite Actions workflows for use in fastai projects](https://github.com/fastai/workflows)
- [quarto-dev/quarto-actions](https://github.com/quarto-dev/quarto-actions)
- [Allow reusable workflows to be located at arbitrary locations and be local ยท community ยท Discussion #9050](https://github.com/orgs/community/discussions/9050)