Skip to content

Commit

Permalink
contents of routine added to README.md manually
Browse files Browse the repository at this point in the history
  • Loading branch information
RSalehin24 committed Mar 22, 2024
1 parent e50101c commit 68c3e0f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/merge_markdown.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Merge Markdown Files
on:
push:
branches:
- main
jobs:
merge_markdown:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
# name: Merge Markdown Files
# on:
# push:
# branches:
# - main
# jobs:
# merge_markdown:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2

- name: Merge Markdown files
run: |
cat others/main/routine.md >> README.md
shell: bash
# - name: Merge Markdown files
# run: |
# cat others/main/routine.md >> README.md
# shell: bash
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Baby Steps

> This is a repository which contains study resources
# Routine
> Mar, 2024
> [Frontend: Meta](https://www.coursera.org/programs/santa-clara-city-library-sngre/professional-certificates/meta-front-end-developer)
| Day | Hours | Time| Total |
|-----|-------|-----|-------|
| Mon - Thurs | 3 | 08:00 - 11:30 | 12 |
| Sat - Sun | 6 | 11:00 - 01:00 <br> 04:00 - 08:00| 12 |
| Total hours | - | - | 24 |

0 comments on commit 68c3e0f

Please sign in to comment.