Skip to content

Commit

Permalink
CI #955 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Apr 6, 2024
1 parent c4b8899 commit e26b105
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ jobs:
- name: Build Info
run: ls -lAFghR "${TMP_DIR}/build/html"

# - name: Upload Docs ZIP file as artifact
# uses: actions/upload-artifact@v4
# with:
# name: apstools-docs
# path: "${TMP_DIR}/build/html"
- name: Upload Docs ZIP file as artifact
uses: actions/upload-artifact@v4
with:
name: apstools-docs
path: "${TMP_DIR}/build/html"

# - name: Re-build the master directory (contains all documentation versions)
# run: |
Expand Down

0 comments on commit e26b105

Please sign in to comment.