16 lines
307 B
YAML
Raw Normal View History

2024-12-04 14:51:27 +01:00
name: build
on: push
# pull_request:
# types:
# - closed
# branches:
# - main
jobs:
2024-12-04 14:57:07 +01:00
build:
2024-12-04 14:52:36 +01:00
runs-on: ubuntu-latest
2024-12-04 14:51:27 +01:00
steps:
2024-12-04 15:09:47 +01:00
- uses: actions/checkout@v
# run: docker build -t git.simonis.lol/sites/file-explorer:latest .
2024-12-04 14:57:07 +01:00
- name: build
2024-12-04 15:02:16 +01:00
run: ls && pwd