Skip to content

Commit

Permalink
rename index.md to README.md (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumayaMauthoorMOJ authored Jul 27, 2024
1 parent d86311d commit e25a046
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: wget https://raw.githubusercontent.com/ministryofjustice/marp-moj-theme/main/themes/moj.css
- name: Copy slides
run: cp -r ./slides ./build
- name: Rename README.md to index.md
run: find ./build -type f -name "README.md" -execdir mv {} index.md \;
- name: Marp Build
run: npx @marp-team/marp-cli@latest ./build --html --theme moj.css
- name: Copy tech radar
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e25a046

Please sign in to comment.