Skip to content

Commit a615b3c

Browse files
#WMS 7921 (OCW HOL - Oracle Enterprise Manager 24ai: Powered by GenAI) (#364)
* Update to WMS 7921 * Update intro.md * manifest.json update manifest.json update * Update em-monitoring-overview.md * Update em-monitoring-overview.md Typo fix * WMS:7921 - Self-QA fixes * Update manifest.json Update freetier need help link * Markdown updates for event compression policies and dynamic runbooks Markdown updates for event compression policies and dynamic runbooks * Update to monitoring overview Update to monitoring overview * fixes fixes * updates * Minor text updates Minor text updates * Update intro-monitoring-overview.md - Prerequisites section of my Introduction file was duplicated so removed and Always Free references were be removed - More Information on Enterprise Manager section is now titled Learn More * Update intro-monitoring-overview.md Update to workshop time * Added alternative text for images and couple markdown updates Added alternative text for images and couple markdown updates * Minor updates to improve customer experience Minor updates to improve customer experience * Update to EM Monitoring HOL * Minor updates * Update em-monitoring-overview.md Minor updates to task names * Update em-monitoring-overview.md Minor spacing changes * Update em-monitoring-overview.md new line mark * small updates for EM monitoring * EM for MySQL HOL EM for MySQL HOL * minor changes minor changes * Update manifest.json * Update em-monitoring-mysqlee.md Need to escape the underscore * OCW25 HOL - Oracle Enterprise Manager 24ai: Powered by GenAI OCW25 HOL - Oracle Enterprise Manager 24ai: Powered by GenAI * More OCW HOL files * Create static.yml * OCW Updates * changes for ocw * Changes for OCW --------- Co-authored-by: Anoosha Pilli <[email protected]>
1 parent ac63452 commit a615b3c

File tree

150 files changed

+999
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+999
-1
lines changed

.github/workflows/static.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Simple workflow for deploying static content to GitHub Pages
2+
name: Deploy static content to Pages
3+
4+
on:
5+
# Runs on pushes targeting the default branch
6+
push:
7+
branches: ["main"]
8+
9+
# Allows you to run this workflow manually from the Actions tab
10+
workflow_dispatch:
11+
12+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13+
permissions:
14+
contents: read
15+
pages: write
16+
id-token: write
17+
18+
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
19+
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
20+
concurrency:
21+
group: "pages"
22+
cancel-in-progress: false
23+
24+
jobs:
25+
# Single deploy job since we're just deploying
26+
deploy:
27+
environment:
28+
name: github-pages
29+
url: ${{ steps.deployment.outputs.page_url }}
30+
runs-on: ubuntu-latest
31+
steps:
32+
- name: Checkout
33+
uses: actions/checkout@v4
34+
- name: Setup Pages
35+
uses: actions/configure-pages@v5
36+
- name: Upload artifact
37+
uses: actions/upload-pages-artifact@v3
38+
with:
39+
# Upload entire repository
40+
path: '.'
41+
- name: Deploy to GitHub Pages
42+
id: deployment
43+
uses: actions/deploy-pages@v4

enterprise-manager/em24ai/em-monitoring-overview/ask-em-hol-ocw25.md

Lines changed: 818 additions & 0 deletions
9.41 KB
8.93 KB
10.5 KB
30.5 KB
358 KB
235 KB
203 KB
254 KB

0 commit comments

Comments
 (0)