5-72

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

commit 09ddb16547efc6169e56da8cbe9d8795cbceba69
parent 31027793b3c53423b5d7d5769314f4cc973b5f76
Author: Ismail Dalgatov <e@teamsesh.org>
Date:   Thu, 13 May 2021 03:09:30 +0300

Update mkdocs-deploy.yml
Diffstat:
M.github/workflows/mkdocs-deploy.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/mkdocs-deploy.yml b/.github/workflows/mkdocs-deploy.yml @@ -24,5 +24,6 @@ jobs: uses: peaceiris/actions-gh-pages@v3 if: github.event_name == 'push' with: + github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages publish_dir: ./docs