Skip to content

Commit

Permalink
removed requirements copy step
Browse files Browse the repository at this point in the history
  • Loading branch information
jtisbell4 committed Apr 24, 2024
1 parent 97e860c commit 6a97cb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Copy Requirements
uses: canastro/copy-file-action@master
with:
source: "python/requirements/dbr143.txt"
target: "docs/requirements.txt"
# - name: Copy Requirements
# uses: canastro/copy-file-action@master
# with:
# source: "python/requirements/dbr143.txt"
# target: "docs/requirements.txt"
- name: Build HTML
uses: ammaraskar/sphinx-action@0.4
with:
Expand Down

0 comments on commit 6a97cb9

Please sign in to comment.