We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ceb18e commit 60efde3Copy full SHA for 60efde3
.github/workflows/deploy.yml
@@ -11,6 +11,10 @@ permissions:
11
12
jobs:
13
deploy:
14
+ environment:
15
+ name: github-pages
16
+ url: ${{ steps.deployment.outputs.page_url }}
17
+
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout
@@ -22,4 +26,5 @@ jobs:
22
26
path: ./public
23
27
24
28
- name: Deploy to GitHub Pages
29
+ id: deployment
25
30
uses: actions/deploy-pages@v4
0 commit comments