Skip to content

Commit

Permalink
Remove unnecessary files and update CSS styles
Browse files Browse the repository at this point in the history
  • Loading branch information
b3hr4d committed Feb 16, 2024
1 parent 986bb95 commit 003a159
Show file tree
Hide file tree
Showing 103 changed files with 28 additions and 6,403 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Deploy Docs to GitHub Pages

on:
push:
branches:
- main

jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "20"

- name: Install dependencies
run: npm install

- name: Generate Documentation
run: npx typedoc

- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: docs
1 change: 0 additions & 1 deletion docs/.nojekyll

This file was deleted.

120 changes: 0 additions & 120 deletions docs/assets/highlight.css

This file was deleted.

59 changes: 0 additions & 59 deletions docs/assets/main.js

This file was deleted.

159 changes: 0 additions & 159 deletions docs/assets/my-theme.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/navigation.js

This file was deleted.

Loading

0 comments on commit 003a159

Please sign in to comment.