Skip to content

Commit

Permalink
Merge branch 'main' into jmservera/conditionaldeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmservera committed Aug 10, 2024
2 parents 540e9c0 + 22a5a87 commit 8ee111c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
paths: ["web/**"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -36,14 +37,14 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
ruby-version: "3.1" # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
# Outputs to the './_site' directory by default
run: |
cd web
bundle update sass
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ An attempt to have a compendium of demos with some templates to deploy the neede

* [Event Grid for IoT](./eventgrid/README.md): a demo of how to use Azure Event Grid MQTT capabilities to build an IoT environment, with some devices to test features like telemetry gathering, C2D messages, security, dashboard building, etc.
* [OCPP Server](./ocpp-server/README.md): an example deployment of a website and a Web PubSub service to simulate an OCPP 1.6 service behind an Application Gateway. Demonstrates:
* Application Gateway rewrite rules
* Private Endpoints
* Network integration
* WebApp Virtual Network integration
* Web PubSub custom protocol
* NAT Gateway
* [AI](./ai/): different demos demonstrating UX for AI with FluentAI, some Microsoft Copilot extension demos and a couple of Semantic Kernel simple demos for a console app and a web app.
* [Prompt Engineering Lab](https://jmservera.github.io/miscdemos/prompt-engineering): this repo contains the source of the Prompt Engineering Lab, a hands-on lab for learning the basic principles of Prompt Engineering.

0 comments on commit 8ee111c

Please sign in to comment.