Skip to content

Commit babf629

Browse files
authored
Merge branch 'main' into fix-setup-and-ch04-issues
2 parents 14c1579 + 3e3f5d8 commit babf629

File tree

40 files changed

+4636
-350
lines changed

40 files changed

+4636
-350
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Adopting the default Github codespaces-jupyter template as starter
1+
// Adopting the default GitHub codespaces-jupyter template as starter
22
// https://github.com/github/codespaces-jupyter
33
{
44
"name": "Generative AI For Beginners",

.github/markdown_checker.py

-262
This file was deleted.

.github/workflows/deploy-quiz-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: Azure/static-web-apps-deploy@v1
2424
with:
2525
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
26-
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
26+
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
2727
action: "upload"
2828
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
2929
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig

0 commit comments

Comments
 (0)