Skip to content

Commit

Permalink
add requirements to mkdocs in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
CarduCaldeira committed May 31, 2024
1 parent 0da1792 commit 4ceb280
Show file tree
Hide file tree
Showing 2 changed files with 404 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
run: |
psql -h localhost -U ${{ secrets.DB_USER }} -d ${{ secrets.DB_NAME }} -p 5432 -f data/start.sql
- name: Python test
env:
DB_NAME: ${{ secrets.DB_NAME }}
Expand All @@ -62,3 +61,4 @@ jobs:
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN }}
REQUIREMENTS: requirements_docs.txt
Loading

0 comments on commit 4ceb280

Please sign in to comment.