Skip to content

Commit

Permalink
Fix: PR Preview URL to Use Base Repository (#4855)
Browse files Browse the repository at this point in the history
* Fix: Ensure PR preview uses base repository for deployment URL

Signed-off-by: Adarsh <Adarshbunny293@gmail.com>

* Refactor : Domain to "p4lang.github.io"

Signed-off-by: Adarsh <Adarshbunny293@gmail.com>

---------

Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
  • Loading branch information
AdarshRawat1 committed Aug 8, 2024
1 parent c338851 commit 63c4071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
DOXYGEN_VERSION: 1.11.0
DOXYGEN_AWESOME_VERSION: 2.3.3
PR_PATH: pr-preview/${{ github.event.number }}
DOMAIN: ${{ github.actor }}.github.io
DOMAIN: p4lang.github.io
DEPLOYMENT: '<img src="https://github.com/user-attachments/assets/f94fada5-45ca-4271-9106-180728235ad2" alt="Rocket" width="25"/>'
CELEBRATION: '<img src="https://github.com/user-attachments/assets/86eb8470-c597-4f8b-a77d-a54036075271" alt="githubloading" width="25"/>'
FAILURE_ICON: '<img src="https://github.com/user-attachments/assets/af921ba9-953d-465e-b597-64ed0a2dc921" alt="failed" width="25"/>'
Expand Down

0 comments on commit 63c4071

Please sign in to comment.