Update deploy.yml

This commit is contained in:
Skillz4Killz
2020-07-12 12:00:26 -04:00
committed by GitHub
parent eb52417bc2
commit 0ffd6920ef

View File

@@ -20,8 +20,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Load Config
run: git config user.email "you@example.com" && git config user.name "Skillz4KillzGHA"
- name: Build Documentation
run: chmod +x deploy.sh
git config user.email "you@example.com"
git config user.name "Skillz4KillzGHA"
./deploy.sh
run: chmod +x deploy.sh && ./deploy.sh