Skip to content

Commit ca9834f

Browse files
rclunenscorley
andcommitted
fix: doc building from RosettaCommons (#16)
* Change publish directory to build/html in workflow Changed from gh-pages, which is the branch name. As of making this change the GitHub pages site at the rosettacommons domain was throwing a 404 error, it could not locate an index.html file. This is an attempt to fix that error. * Change publish directory for GitHub Pages Missed the underscore in front of build - apologies! * fix: doc deployment * fix: revert change to release and docs to deploy only when merging to production --------- Co-authored-by: ncorley <[email protected]> Co-authored-by: Nathaniel Corley <[email protected]>
1 parent b48318b commit ca9834f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_and_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ jobs:
156156
keep_files: true # Keep existing versions
157157
force_orphan: false # Don't force orphan, preserve history
158158
user_name: 'github-actions[bot]'
159-
user_email: 'github-actions[bot]@users.noreply.github.com'
159+
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)