mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
Upgrade GitHub Actions to latest versions (#782)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
This commit is contained in:
parent
e2380063f7
commit
5082f087c6
5 changed files with 10 additions and 10 deletions
4
.github/workflows/static.yml
vendored
4
.github/workflows/static.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
|
||||
# Set up Docker
|
||||
- name: Set up Docker
|
||||
uses: docker/setup-buildx-action@v2
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
# Build and run the Docker container to generate the documentation
|
||||
- name: Build documentation using Docker
|
||||
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
# Deploy the docs to GitHub Pages
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./docs/build/html # Adjust this path based on where the HTML is generated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue