Skip to content

fix(dockerfile): Remove provider steps in controller's Dockerfile #157

fix(dockerfile): Remove provider steps in controller's Dockerfile

fix(dockerfile): Remove provider steps in controller's Dockerfile #157

Workflow file for this run

name: Docs
on:
push:
branches: ["main"]
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: write
id-token: write
jobs:
# Copy Documentation to the gh-pages branch
copy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GH_PAGES_AUTO_COMMIT }}
publish_dir: ./docs
destination_dir: ./docs