Skip to content

Commit 27f3196

Browse files
Redwood layout changes to HeatWave and MySQL EE workshops (#358)
* Adding lab Ops Insights for HeatWave MySQL Adding lab Ops Insights for HeatWave MySQL * Modifying the last update by and date Modifying the last update by and date * Changing the estimated time and adding images for better understanding Changing the estimated time and adding images for better understanding * Updating file path * Modifying the estimated time and adding images for better understanding Modifying the estimated time and adding images for better understanding * Revert "Merge branch 'main' of https://github.com/SindhujaReddy-VT/em-omc" This reverts commit 68e75fd, reversing changes made to dbb3770. * Create jekyll-docker.yml * Adding latest redwood screenshots for MySQL EE monitoring * Modified screenshots with new template for HeatWave MySQL
1 parent 2b2fef2 commit 27f3196

Some content is hidden

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

47 files changed

+52
-32
lines changed

.github/workflows/jekyll-docker.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Jekyll site CI
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
9+
jobs:
10+
build:
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: actions/checkout@v4
16+
- name: Build the site in the jekyll/builder container
17+
run: |
18+
docker run \
19+
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
20+
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"

mysql/oci-heatwave-monitoring/a-introduction/introduction.md

Lines changed: 5 additions & 5 deletions
823 Bytes
14.1 KB
-340 Bytes
212 Bytes
746 Bytes
-811 Bytes
-238 Bytes
994 Bytes

0 commit comments

Comments
 (0)