Skip to content

Commit

Permalink
Ensure a README exists for install
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmfish authored and Thomas Fish committed Sep 6, 2024
1 parent 40bc591 commit b4180bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate_readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Copy template
run: cp -f docs/template.md README.md
- name: Install (without dependencies)
run: |
python -m pip install --upgrade pip
Expand All @@ -42,5 +44,4 @@ jobs:
done
- name: Fill template
run: |
cp -f docs/template.md README.md
envsubst < README.md

0 comments on commit b4180bd

Please sign in to comment.