Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rlanzafame committed Oct 13, 2024
1 parent b048ae3 commit c40df60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
git config --global user.name "Github Actions"
git config --global user.email [email protected]
git remote add deploy "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/rlanzafame/rlanzafame.github.io.git"
ghp-import -r deploy -b main -m "Updated via Github Actions [skip ci]" -p output
ghp-import -r deploy -b gh-pages -m "Updated via Github Actions [skip ci]" -p output

0 comments on commit c40df60

Please sign in to comment.