Skip to content

Commit b17338d

Browse files
committed
match urls even more closely
1 parent 9b9c5e7 commit b17338d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
deploy:
4949
environment:
5050
name: github-pages
51-
url: ${{ steps.deployment.outputs.page_url }}/slides
51+
url: ${{ steps.deployment.outputs.page_url }}slides/
5252
needs: build
5353
runs-on: ubuntu-latest
5454
name: Deploy

0 commit comments

Comments
 (0)