Add Forgejo Actions #13
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ on: [push]
|
|||
jobs:
|
||||
build_and_deploy:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue