Skip to content

Commit 8e952ad

Browse files
authored
Merge pull request #8 from chiaweh2/develop
include env for github page
2 parents 4f27c96 + a77ee7a commit 8e952ad

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/doc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99
docbuild:
1010
runs-on: ubuntu-latest
1111

12+
# Environment required for GitHub Pages deployment
13+
environment:
14+
name: github-pages
15+
url: ${{ steps.deployment.outputs.page_url }}
16+
1217
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1318
permissions:
1419
contents: read

0 commit comments

Comments
 (0)