Skip to content

Commit

Permalink
ci: Fix a missing trailing slash in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp committed Mar 7, 2025
1 parent 73eb19b commit 7d50f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rocky8_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
command: curl -v -F "key=${{ secrets.PREBUILT_CACHE_SECRET }}" -F "commit=$BUILD_COMMIT" -F "date=$BUILD_DATE" -F "platform=centos-8" -F "build_type=${{ inputs.release_type }}" -F "file=@$GITHUB_WORKSPACE/chimerax.rpm" https://preview.rbvi.ucsf.edu/chimerax/cgi-bin/upload_build.py
- name: Tar the docs directory
run: |
rsync --delete -az --exclude user ChimeraX.app/share/docs chimerax-docs
rsync --delete -az --exclude user ChimeraX.app/share/docs/ chimerax-docs
rsync --delete -az --copy-links vdocs/user chimerax-docs
tar -cvzf chimerax-docs.tar.gz -C chimerax-docs/ .
- name: Upload the documentation
Expand Down

0 comments on commit 7d50f67

Please sign in to comment.