Skip to content

Commit

Permalink
minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
allthatsounds committed Oct 16, 2023
1 parent 8aa7c09 commit 0560dfe
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ltfat_deploy_homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -53,5 +53,4 @@ jobs:
source-directory: './ltfat_homepage'
destination-github-username: 'allthatsounds'
destination-repository-name: 'allthatsounds.github.io'
user-email: '[email protected]'
target-branch: main
user-email: '[email protected]'

0 comments on commit 0560dfe

Please sign in to comment.