Skip to content

Update documentation.md #761

Update documentation.md

Update documentation.md #761

Workflow file for this run

---
name: Continuous Integration
on:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- main
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout School House
uses: actions/checkout@v2
with:
repository: elixirschool/school_house
- name: Checkout Content
uses: actions/checkout@v2
with:
path: content
- run: mv content/images assets/static/images
- uses: erlef/setup-beam@v1
with:
otp-version: 25
elixir-version: 1.13.4
- run: mix deps.get
- run: mix compile