Skip to content

Commit 79590c7

Browse files
2 parents ddb7de7 + 839735a commit 79590c7

File tree

2 files changed

+5
-42
lines changed

2 files changed

+5
-42
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,3 @@
1-
# name: Deploy MkDocs site to GitHub Pages
2-
3-
# on:
4-
# push:
5-
# branches:
6-
# - main
7-
8-
# jobs:
9-
# deploy:
10-
# runs-on: ubuntu-latest
11-
12-
# steps:
13-
# # Checkout the repo
14-
# - name: Checkout repo
15-
# uses: actions/checkout@v3
16-
17-
# # Set up Python environment
18-
# - name: Set up Python
19-
# uses: actions/setup-python@v4
20-
# with:
21-
# python-version: '3.x'
22-
23-
# # Install MkDocs and Material theme
24-
# - name: Install MkDocs & Material theme
25-
# run: |
26-
# pip install mkdocs-material mkdocs-jupyter
27-
28-
# # Build the MkDocs site
29-
# - name: Build the site
30-
# run: |
31-
# cd workshop
32-
# mkdocs build
33-
# touch site/.nojekyll # Disable Jekyll
34-
35-
# # Deploy to GitHub Pages
36-
# - name: Deploy to GitHub Pages
37-
# uses: peaceiris/actions-gh-pages@v3
38-
# with:
39-
# github_token: ${{ secrets.GITHUB_TOKEN }}
40-
# publish_dir: workshop/site
411

422
name: Deploy MkDocs site to GitHub Pages
433

@@ -46,6 +6,11 @@ on:
466
branches:
477
- main
488

9+
permissions:
10+
contents: write
11+
pages: write
12+
id-token: write
13+
4914
jobs:
5015
build-and-deploy:
5116
runs-on: ubuntu-latest

docs/workshop/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Conversation Knowledge Mining Solution Accelerator: Hands-on Workshop
22

33
| [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator) | [![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator) |
4-
|---|---|
5-
64

75

86
### About the Conversation Knowledge Mining Solution Accelerator

0 commit comments

Comments
 (0)