Skip to content

Commit 2520fb4

Browse files
committed
fix deploy
1 parent 7770d0c commit 2520fb4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches: [main]
6+
workflow_dispatch:
67

78
permissions:
89
contents: read
@@ -16,6 +17,11 @@ concurrency:
1617
jobs:
1718
build-and-deploy:
1819
runs-on: ubuntu-latest
20+
21+
environment:
22+
name: github-pages
23+
url: ${{ steps.deployment.outputs.page_url }}
24+
1925
steps:
2026
- name: Checkout
2127
uses: actions/checkout@v4

0 commit comments

Comments
 (0)