Skip to content

Commit

Permalink
[ci] fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Dec 22, 2024
1 parent 9f684d0 commit f83798c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ jobs:
path: target/gh-pages

deploy-docs:
name: Deploy documentation
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
needs: build-docs
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit f83798c

Please sign in to comment.