Skip to content

Commit

Permalink
Merge pull request #32 from ayushjain01/main
Browse files Browse the repository at this point in the history
Migrating to MkDocs
  • Loading branch information
tankala authored Jul 1, 2024
2 parents 6f3ea0f + 9efc2f5 commit 3e0ac50
Show file tree
Hide file tree
Showing 1,322 changed files with 938 additions and 65,965 deletions.
37 changes: 0 additions & 37 deletions .commitlintrc.js

This file was deleted.

11 changes: 0 additions & 11 deletions .editorconfig

This file was deleted.

20 changes: 0 additions & 20 deletions .eslintrc

This file was deleted.

35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

37 changes: 37 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: ci
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v5
with:
python-version: '3.x'

- name: Set Cache ID
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV

- uses: actions/cache@v4
with:
path: .cache
key: mkdocs-material-${{ env.cache_id }}
restore-keys: mkdocs-material-

- name: Install Dependencies
run: pip install mkdocs-material

- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force
27 changes: 0 additions & 27 deletions .gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions .stylelintignore

This file was deleted.

Loading

0 comments on commit 3e0ac50

Please sign in to comment.