Removed unnecesary line

This commit is contained in:
AZMCode
2020-08-19 08:20:29 -04:00
committed by GitHub
parent 782038b564
commit 593e379e49

View File

@@ -68,8 +68,7 @@ jobs:
- name: Publish to Pages
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
if-no-files-found: error
target_branch: gh-pages
build_dir: docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}