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
Patch release fixing a JavaScript error on the homepage and clearing Search Console structured-data warnings.
6
+
Release-only change to trigger a clean GitHub Pages deployment and harden the workflow. Ships the v2.0.1 fixes, whose deploy had failed.
7
7
8
8
## Changes
9
-
- Removed the redundant `js/index.js` (duplicated `js/global.js`), fixing an `Identifier 'body' has already been declared` error on the homepage.
10
-
- Fixed the `dateModified` datetime format in the homepage JSON-LD.
11
-
- Removed the unrecognized `mainEntityOfPage` field from the resume JSON-LD.
9
+
- Added `workflow_dispatch` to the deploy workflow so a clean run can be started manually, avoiding duplicate GitHub Pages artifacts caused by re-running a failed run.
0 commit comments