Skip to content

Commit

Permalink
add and publish marp slides (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumayaMauthoorMOJ authored Jul 26, 2024
1 parent d1f4507 commit 303e79e
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/gh_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy static content to Pages
name: Deploy to Pages

on:
push:
Expand All @@ -18,8 +18,18 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v4
- name: Download moj theme
run: wget https://raw.githubusercontent.com/ministryofjustice/marp-moj-theme/main/themes/moj.css
- name: Copy slides
run: cp -r ./slides ./build
- name: Marp Build
run: npx @marp-team/marp-cli@latest ./build --html --theme moj.css
- name: Copy tech radar
run: cp -r ./tech_radar/. ./build

- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand All @@ -28,4 +38,4 @@ jobs:
path: 'tech_radar/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
41 changes: 41 additions & 0 deletions slides/2024_august/analytics_engineering/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
marp: true
theme: moj
paginate: true
_paginate: skip
_class: title
footer: ![image w:40](https://raw.githubusercontent.com/ministryofjustice/marp-moj-theme/main/images/moj.png)
_footer: ''
---

<!-- _header: ![w:100](https://raw.githubusercontent.com/ministryofjustice/marp-moj-theme/main/images/moj.png) -->

# [Analytics Engineering](https://github.com/moj-analytical-services/data-and-analytics-engineering-tech-radar/2024_august/analytics_engineering)

## Data and Analytics Engineering

##### July 2024

---

## New Technologies / Techniques

-
-
-

---

## Technologies / Techniques on pause

-
-
-

---

## Technologies / Techniques to assess

-
-
-
41 changes: 41 additions & 0 deletions slides/2024_august/languages/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
marp: true
theme: moj
paginate: true
_paginate: skip
_class: title
footer: ![image w:40](https://raw.githubusercontent.com/ministryofjustice/marp-moj-theme/main/images/moj.png)
_footer: ''
---

<!-- _header: ![w:100](https://raw.githubusercontent.com/ministryofjustice/marp-moj-theme/main/images/moj.png) -->

# [Languages and Frameworks](https://github.com/moj-analytical-services/data-and-analytics-engineering-tech-radar/2024_august/languages)

## Data and Analytics Engineering

##### July 2024

---

## New Technologies / Techniques

-
-
-

---

## Technologies / Techniques on pause

-
-
-

---

## Technologies / Techniques to assess

-
-
-
41 changes: 41 additions & 0 deletions slides/2024_august/platforms/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
marp: true
theme: moj
paginate: true
_paginate: skip
_class: title
footer: ![image w:40](https://raw.githubusercontent.com/ministryofjustice/marp-moj-theme/main/images/moj.png)
_footer: ''
---

<!-- _header: ![w:100](https://raw.githubusercontent.com/ministryofjustice/marp-moj-theme/main/images/moj.png) -->

# [Platforms](https://github.com/moj-analytical-services/data-and-analytics-engineering-tech-radar/2024_august/platforms)

## Data and Analytics Engineering

##### July 2024

---

## New Technologies / Techniques

-
-
-

---

## Technologies / Techniques on pause

-
-
-

---

## Technologies / Techniques to assess

-
-
-
41 changes: 41 additions & 0 deletions slides/2024_august/techniques/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
marp: true
theme: moj
paginate: true
_paginate: skip
_class: title
footer: ![image w:40](https://raw.githubusercontent.com/ministryofjustice/marp-moj-theme/main/images/moj.png)
_footer: ''
---

<!-- _header: ![w:100](https://raw.githubusercontent.com/ministryofjustice/marp-moj-theme/main/images/moj.png) -->

# [Techniques](https://github.com/moj-analytical-services/data-and-analytics-engineering-tech-radar/2024_august/techniques)

## Data and Analytics Engineering

##### July 2024

---

## New Technologies / Techniques

-
-
-

---

## Technologies / Techniques on pause

-
-
-

---

## Technologies / Techniques to assess

-
-
-
41 changes: 41 additions & 0 deletions slides/2024_august/tools/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
marp: true
theme: moj
paginate: true
_paginate: skip
_class: title
footer: ![image w:40](https://raw.githubusercontent.com/ministryofjustice/marp-moj-theme/main/images/moj.png)
_footer: ''
---

<!-- _header: ![w:100](https://raw.githubusercontent.com/ministryofjustice/marp-moj-theme/main/images/moj.png) -->

# [Tools](https://github.com/moj-analytical-services/data-and-analytics-engineering-tech-radar/2024_august/tools)

## Data and Analytics Engineering

##### July 2024

---

## New Technologies / Techniques

-
-
-

---

## Technologies / Techniques on pause

-
-
-

---

## Technologies / Techniques to assess

-
-
-

0 comments on commit 303e79e

Please sign in to comment.