Skip to content

Commit

Permalink
fix missing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Oct 23, 2024
1 parent 2f6d0ec commit fab8ebb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/manual-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on: workflow_dispatch
jobs:
build-and-deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit fab8ebb

Please sign in to comment.