Skip to content

Commit

Permalink
whats wrong with line 14?
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Mar 3, 2024
1 parent 037be25 commit 23c50ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Update apt repos
run: sudo apt-get update
Expand All @@ -29,9 +28,11 @@ jobs:
shell: bash -l {0}

- name: Git Setup Global Config
shell: bash -l {0}
run: export GITHUB_USER=justinvforvendetta && echo "GITHUB_USER=$GITHUB_USER" >> $GITHUB_ENV && echo "GITHUB_TOKEN=${{ secrets.JUSTINVFORVENDETTA }}" >> $GITHUB_ENV && git config --global user.email "[email protected]" && git config --global user.name $GITHUB_USER

-name: yarn install and deploy
shell: bash -l {0}
run: yarn install && yarn run deploy

- name: Upload site
Expand Down

0 comments on commit 23c50ac

Please sign in to comment.