We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf20008 commit a8a9be8Copy full SHA for a8a9be8
1 file changed
.github/workflows/deploy-docs.yml
@@ -9,6 +9,9 @@ permissions:
9
jobs:
10
build-and-deploy:
11
runs-on: ubuntu-latest
12
+ environment:
13
+ name: github-pages
14
+ url: ${{ steps.deployment.outputs.page_url }}
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v4
@@ -27,4 +30,5 @@ jobs:
27
30
with:
28
31
path: site
29
32
- name: Deploy to GitHub Pages
33
+ id: deployment
34
uses: actions/deploy-pages@v4
0 commit comments