Skip to content

Commit 43868e4

Browse files
committed
chore(release): v2.0.2
1 parent 9d61fae commit 43868e4

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/info.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
2-
tag: v2.0.1
3-
title: v2.0.1Fix homepage script error
2+
tag: v2.0.2
3+
title: v2.0.2Deployment workflow fix
44
---
55

6-
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.
77

88
## 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.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## [v2.0.2] 2026-07-05
6+
7+
Summary: Deployment workflow fix
8+
9+
- Added `workflow_dispatch` to the deploy workflow to allow clean manual runs and avoid duplicate GitHub Pages artifacts on re-runs.
10+
511
## [v2.0.1] 2026-07-05
612

713
Summary: Fix homepage script error and structured-data warnings
@@ -77,6 +83,7 @@ Summary: Initial Release
7783
- Initial release of the portfolio website.
7884
- Core frontend and backend setup with contact integration.
7985

86+
[v2.0.2]: https://github.com/saqibbedar/saqibbedar.github.io/releases/tag/v2.0.2
8087
[v2.0.1]: https://github.com/saqibbedar/saqibbedar.github.io/releases/tag/v2.0.1
8188
[v2.0.0]: https://github.com/saqibbedar/saqibbedar.github.io/releases/tag/v2.0.0
8289
[v1.1.1]: https://github.com/saqibbedar/saqibbedar.github.io/releases/tag/v1.1.1

0 commit comments

Comments
 (0)