Skip to content

Commit

Permalink
Update location of docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mschrage authored May 25, 2021
1 parent 1114a10 commit b687fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
curl https://fig.io/api/docs/parseDocs -o newDocs.zip
unzip -o newDocs.zip -d docs/autocomplete/schemas/
unzip -o newDocs.zip -d docs/reference/
rm -f newDocs.zip
git config user.email "[email protected]"
git config user.name "Figbot"
git add docs/autocomplete/schemas/
git add docs/reference/
git commit -m "added updates to docs" --allow-empty
git push origin main --force

0 comments on commit b687fa0

Please sign in to comment.