Skip to content

Commit

Permalink
yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlanzafame committed Oct 13, 2024
1 parent 1fce4aa commit b048ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
if: ${{ github.event_name == 'push' }}
run: |
git fetch origin
git checkout deploy
git pull origin deploy
git checkout gh-pages
git pull origin gh-pages
git config --global user.name "Github Actions"
git config --global user.email rlanzafame@users.noreply.github.com
git remote add deploy "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/rlanzafame/rlanzafame.github.io.git"
Expand Down

0 comments on commit b048ae3

Please sign in to comment.