We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9c5e7 commit b17338dCopy full SHA for b17338d
.github/workflows/deploy.yml
@@ -48,7 +48,7 @@ jobs:
48
deploy:
49
environment:
50
name: github-pages
51
- url: ${{ steps.deployment.outputs.page_url }}/slides
+ url: ${{ steps.deployment.outputs.page_url }}slides/
52
needs: build
53
runs-on: ubuntu-latest
54
name: Deploy
0 commit comments