Skip to content

Commit

Permalink
updated dependencies and started functional refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz committed Oct 26, 2024
1 parent 527166f commit 29aca8d
Show file tree
Hide file tree
Showing 63 changed files with 26,866 additions and 19,812 deletions.
62 changes: 31 additions & 31 deletions .github/workflows/deploy-markdown-to-gh-pages.yml
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
44,049 changes: 26,341 additions & 17,708 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,14 @@
"marked": "0.6.1",
"moment": "^2.29.3",
"moment-strftime": "0.5.0",
"node-sass": "^4.14.0",
"node-sass-utils": "1.1.2",
"prismjs": "^1.28.0",
"react": "16.5.1 || ^17.0.0",
"react-dom": "^16.13.1",
"react-helmet": "5.2.1",
"react-html-parser": "2.0.2",
"react-script-tag": "1.1.2",
"rehype-react": "3.0.2",
"sass": "^1.80.4",
"sprintf-js": "1.1.2",
"web-dev-utils": "^1.0.4"
},
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion scripts/Download-all-weblinks-of-certain-file-type.sh

This file was deleted.

10 changes: 0 additions & 10 deletions scripts/Download-website.sh

This file was deleted.

289 changes: 0 additions & 289 deletions scripts/File_Transfer.sh

This file was deleted.

Loading

0 comments on commit 29aca8d

Please sign in to comment.