-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated dependencies and started functional refactor
- Loading branch information
Showing
63 changed files
with
26,866 additions
and
19,812 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
name: Deploy Markdown to GitHub Pages | ||
|
||
on: | ||
push: | ||
branches: | ||
- master # Replace with your default branch if not 'main' | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: '14' # You can specify your desired Node.js version | ||
|
||
- name: Install markdown-to-html converter | ||
run: npm install -g markdown-serve | ||
|
||
- name: Convert Markdown to HTML | ||
run: markdown-serve -i ./ -o ./html_output | ||
|
||
- name: Deploy to GitHub Pages | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./html_output | ||
name: Deploy Markdown to GitHub Pages | ||
|
||
on: | ||
push: | ||
branches: | ||
- master # Replace with your default branch if not 'main' | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: '14' # You can specify your desired Node.js version | ||
|
||
- name: Install markdown-to-html converter | ||
run: npm install -g markdown-serve | ||
|
||
- name: Convert Markdown to HTML | ||
run: markdown-serve -i ./ -o ./html_output | ||
|
||
- name: Deploy to GitHub Pages | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./html_output |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
scripts/Addtexttothefirstlineofeveryfileofacertainextensioninagivenfolder.sh
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.