Skip to content

Commit

Permalink
Update .github/workflows/documentation.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Jamie Cook <jimi.cook@gmail.com>
  • Loading branch information
pedrocamargo and jamiecook authored Oct 30, 2024
1 parent 74c3d75 commit e25e349
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ jobs:
SOURCE_DIR: 'docs/build/htmlv/' # optional: defaults to entire repository
DEST_DIR: 'python/' # optional: defaults to entire repository

# - name: Rename documentation folder to push to S3 DEV
# if: ${{ (github.event_name == 'pull_request') && (env.HAS_SECRETS == 'true') }}
# run: mv docs/build/html/ docs/build/${{ github.event.number }}/

- name: Upload to DEV on S3
if: ${{ (github.event_name == 'pull_request') && (env.HAS_SECRETS == 'true') }}
Expand Down

0 comments on commit e25e349

Please sign in to comment.