We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7770d0c commit 2520fb4Copy full SHA for 2520fb4
1 file changed
.github/workflows/deploy.yml
@@ -3,6 +3,7 @@ name: Deploy to GitHub Pages
3
on:
4
push:
5
branches: [main]
6
+ workflow_dispatch:
7
8
permissions:
9
contents: read
@@ -16,6 +17,11 @@ concurrency:
16
17
jobs:
18
build-and-deploy:
19
runs-on: ubuntu-latest
20
+
21
+ environment:
22
+ name: github-pages
23
+ url: ${{ steps.deployment.outputs.page_url }}
24
25
steps:
26
- name: Checkout
27
uses: actions/checkout@v4
0 commit comments