You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,19 @@ Every time changes are pushed to the `main` branch, a GitHub Actions workflow:
89
89
2. Deploys the generated HTML to GitHub Pages
90
90
3. Makes the updated book immediately available online
91
91
92
-
You can monitor the build and deployment status via the badge at the top of this README or by viewing the [Actions tab](https://github.com/dimitri-yatsenko/datajoint-book/actions) in the repository. This automated CI/CD pipeline ensures that the published version always reflects the latest content in the repository.
92
+
You can monitor the build and deployment status via the badge at the top of this README or by viewing the [Actions tab](https://github.com/datajoint/datajoint-book/actions) in the repository. This automated CI/CD pipeline ensures that the published version always reflects the latest content in the repository.
93
+
94
+
### Manual Workflow Execution
95
+
96
+
You can also manually trigger the "Build and Deploy DataJoint Book" workflow from the GitHub Actions interface:
97
+
98
+
1. Navigate to the [Actions tab](https://github.com/datajoint/datajoint-book/actions) in the repository
99
+
2. Select the "Build and Deploy DataJoint Book" workflow from the left sidebar
100
+
3. Click the "Run workflow" button (on the right side)
101
+
4. Select the branch you want to run the workflow on (typically `main`)
102
+
5. Click "Run workflow" to start the build and deployment process
103
+
104
+
This is useful when you want to rebuild and redeploy the book without making a new commit, or when testing workflow changes on a feature branch.
93
105
94
106
# Contributions
95
107
We welcome and appreciate your contributions to this book, whether as a reviewer or as a contributor.
0 commit comments