Skip to content

Commit

Permalink
Trim trailing whitespace in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Jul 19, 2023
1 parent bb69c94 commit 0dd4067
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write # To push a branch
contents: write # To push a branch
pull-requests: write # To create a PR from that branch
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -36,4 +36,3 @@ jobs:
git add .
git commit -m "Deploy $GITHUB_SHA to gh-pages"
git push --force --set-upstream origin gh-pages

0 comments on commit 0dd4067

Please sign in to comment.