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