Skip to content

Lab MCS6 about MCP in Copilot Studio ready #341

Lab MCS6 about MCP in Copilot Studio ready

Lab MCS6 about MCP in Copilot Studio ready #341

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3 # Updated to the latest version
- uses: actions/setup-python@v4 # Updated to the latest version
with:
python-version: '3.x'
- run: pip install "mkdocs-material" "mkdocs-static-i18n[material]" # Install dependencies
- run: mkdocs gh-deploy --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}