Skip to content

added clarity for direnv: error .envrc file not found #137

added clarity for direnv: error .envrc file not found

added clarity for direnv: error .envrc file not found #137

Workflow file for this run

name: Build setup guides
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
git config user.name github-actions
git config user.email [email protected]
ruby build.rb
if ! git diff --exit-code
then
git add .
git commit -m "setup guides generated"
git push
fi