Skip to content

Commit

Permalink
mv requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Yuya Asano <[email protected]>
  • Loading branch information
sukeya committed Sep 23, 2024
1 parent 89bb83b commit 3c77086
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up MkDocs
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r .github/workflows/requirements.txt
- name: Deploy
env:
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.MKDOCS_GIT_COMMITTERS_APIKEY }}
Expand Down
File renamed without changes.

0 comments on commit 3c77086

Please sign in to comment.