Skip to content

update documentation for 1.2.6 #231

update documentation for 1.2.6

update documentation for 1.2.6 #231

name: Docker compose build

Check failure on line 1 in .github/workflows/docker-compose-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-compose-build.yml

Invalid workflow file

`workflow_dispach` is not a valid event name
on: workflow_dispach
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: pull updates
run: git pull --ff-only origin $(git branch --show-current)
- name: Build the stack
run: docker-compose up -d
- name: Status
run: echo "build complete"
- name: Build diagnostics
run: pwd; ls ../*; ls ../../*