Skip to content

Commit

Permalink
Updating the deploy job
Browse files Browse the repository at this point in the history
It failed with a different error this time:

`Error: EEXIST: file already exists, mkdir
'/tmp/github-pages-3EjRou/lib/absinthe/priv'`

However, jekyll options is defaulted to true, so attempting to set that
to false to see if that fixes anything.

Also ensuring that api keys dont get accidentally committed by adding
the file to gitignore
  • Loading branch information
smoak committed Nov 11, 2020
1 parent 615f1e9 commit af3e42a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
keep_history: true
allow_empty_commit: false
commit_message: "Production deploy"
jekyll: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ teamcowboygraphql-*.tar
# secrets files as long as you replace their contents by environment
# variables.
/config/*.secret.exs

# local api keys
api.keys.txt.keys

0 comments on commit af3e42a

Please sign in to comment.