Skip to content

Commit

Permalink
Remove docs from git
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Dec 2, 2023
1 parent 34feed6 commit 451e44a
Show file tree
Hide file tree
Showing 26 changed files with 2 additions and 1,796 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,14 @@ jobs:
bun-version: latest
- run: bun install
- run: bun run docs

# TODO: Remove if unnecessary
# - name: Fix permissions
# run: |
# chmod -c -R +rX "docs/" | while read line; do
# echo "::warning title=Invalid file permissions automatically fixed::$line"
# done

- uses: actions/upload-pages-artifact@v2
with:
path: 'docs/'

deploy:
name: Deploy documentation site
needs: generate
runs-on: ubuntu-latest

permissions:
pages: write
Expand All @@ -39,7 +32,6 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
node_modules
dist
coverage
docs
1 change: 0 additions & 1 deletion docs/.nojekyll

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 451e44a

Please sign in to comment.