Update deploy.yml

This commit is contained in:
dank074 2021-09-16 17:28:51 -05:00 committed by GitHub
parent 7e4b332711
commit 8e33d3e4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,8 @@ jobs:
runs-on: self-hosted runs-on: self-hosted
steps: steps:
- name: cleanup
run: sudo chown -R $USER:$USER /home/github/actions-runner/_work/nitro-react
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install & Build - name: Install & Build