mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
Update gh-pages.yml
This commit is contained in:
11
.github/workflows/gh-pages.yml
vendored
11
.github/workflows/gh-pages.yml
vendored
@@ -6,6 +6,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment:
|
||||||
|
name: github-pages
|
||||||
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
pages: write
|
pages: write
|
||||||
@@ -25,7 +28,9 @@ jobs:
|
|||||||
uses: sphinx-notes/pages@v3
|
uses: sphinx-notes/pages@v3
|
||||||
with:
|
with:
|
||||||
requirements_path: ./docs/doc_requirements.txt
|
requirements_path: ./docs/doc_requirements.txt
|
||||||
- name: Deploy GitHub Pages site
|
- name: Push changes
|
||||||
id: deployment
|
uses: ad-m/github-push-action@master
|
||||||
uses: actions/deploy-pages@main
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
branch: gh-pages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user