Skip to content

Commit 53fc4d8

Browse files
author
Abdulhakim Ajetunmobi
authored
Fix GH Pages url trailing slash
1 parent 6c283ba commit 53fc4d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workspace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
cp -r $GITHUB_WORKSPACE/scripting/TemplateWorkspace/. .
8383
cp $GITHUB_WORKSPACE/scripting/createWorkspace.sh .
8484
ls -a
85-
./createWorkspace.sh https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ steps.get-changed-folder.outputs.dir }}/${{ steps.prep-deploy.outputs.version }}
85+
./createWorkspace.sh https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ steps.get-changed-folder.outputs.dir }}/${{ steps.prep-deploy.outputs.version }}/
8686
8787
- name: Tag the commit
8888
id: tag-commit
@@ -123,4 +123,4 @@ jobs:
123123
name: Release ${{ steps.tag-commit.outputs.tag_name }}
124124
artifacts: "${{ steps.get-changed-folder.outputs.dir }}/ws/ws.zip"
125125
body: Download and Upload the ws.zip file to Code Hub now.
126-
tag: ${{ steps.tag-commit.outputs.tag_name }}
126+
tag: ${{ steps.tag-commit.outputs.tag_name }}

0 commit comments

Comments
 (0)