5-72

5-72 helps novice musicians master sound engineering by analyzing the FX chains of world-famous artists
Log | Files | Refs

commit f267b56352194b0c1221388e58e08f39ec2f822c
parent d6e29143c7e8f6f0df687fa523ebb419ebe89b29
Author: Ismail Dalgatov <e@teamsesh.org>
Date:   Thu, 13 May 2021 03:27:26 +0300

Delete mkdocs-deploy.yml
Diffstat:
D.github/workflows/mkdocs-deploy.yml | 23-----------------------
1 file changed, 0 insertions(+), 23 deletions(-)

diff --git a/.github/workflows/mkdocs-deploy.yml b/.github/workflows/mkdocs-deploy.yml @@ -1,23 +0,0 @@ -name: 5-72 site CI -on: - push: - branches: - - main - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2.3.1 - - name: Setup python - uses: actions/setup-python@v2 - with: - python-version: '3.x' - - name: Build docs - run: | - pip install -r requirements.txt - pip install wheel - pip install mkdocs-minify-plugin - mkdocs build - mkdocs gh-deploy --site-dir ./docs --force