Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares authored Feb 1, 2024
1 parent 45d57c8 commit e8bbf43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: git config --global user.name "${GH_NAME}" && git config --global user.email "${GH_EMAIL}" && echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc;
- run: cd website && yarn install && GIT_USER="${GH_NAME}" yarn run publish-gh-pages;
- run: git config --global user.name "${{ secrets.GH_NAME }}" && git config --global user.email "${{ secrets.GH_EMAIL }}" && echo "machine github.com login ${{ secrets.GH_NAME }} password ${{ secrets.GH_TOKEN }}" > ~/.netrc;
- run: cd website && yarn install && GIT_USER="${{ secrets.GH_NAME }}" yarn run publish-gh-pages;

0 comments on commit e8bbf43

Please sign in to comment.