Skip to content

Commit

Permalink
Update build-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal committed Sep 27, 2023
1 parent 5dddf75 commit f5d2dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: 'Set Environment'
run: |
echo "REPOSITORY_URL=https://github.com/${{ github.repository_owner }}/${{ github.repository }}" >> "$GITHUB_ENV"
echo "REPOSITORY_URL=https://github.com/${{ github.repository }}" >> "$GITHUB_ENV"
echo "PRESENTATION_URL=https://${{ github.repository_owner }}.github.io/${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/}/${{ github.ref_name }}" >> "$GITHUB_ENV"
- name: 'Check environment'
run: |
Expand Down

0 comments on commit f5d2dcc

Please sign in to comment.