diff --git a/.github/workflows/ltfat_deploy_homepage.yml b/.github/workflows/ltfat_deploy_homepage.yml index 138d5457..acee0672 100644 --- a/.github/workflows/ltfat_deploy_homepage.yml +++ b/.github/workflows/ltfat_deploy_homepage.yml @@ -36,7 +36,7 @@ jobs: with: repository: allthatsounds/allthatsounds.github.io path: './ltfat_homepage' - #token: ${{ secrets.API_TOKEN_GITHUB }} + token: ${{ secrets.API_TOKEN_GITHUB }} - name: Copy html files run: cp -R /home/runner/publish/allthatsounds_ltfat-html/. ./ltfat_homepage/doc - name: Setup git @@ -53,5 +53,4 @@ jobs: source-directory: './ltfat_homepage' destination-github-username: 'allthatsounds' destination-repository-name: 'allthatsounds.github.io' - user-email: 'github-actions@github.com' - target-branch: main \ No newline at end of file + user-email: 'github-actions@github.com' \ No newline at end of file