Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Feat/remove docs (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMax153 authored Nov 10, 2023
1 parent c51e9af commit d748dd0
Show file tree
Hide file tree
Showing 26 changed files with 5 additions and 5,423 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
- name: Upload pages artifact
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v2
- name: Build pages Jekyll
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: actions/jekyll-build-pages@v1
with:
path: docs/
source: ./docs
destination: ./_site
- name: Create Release Pull Request or Publish
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: changesets/action@v1
Expand Down
9 changes: 0 additions & 9 deletions docs/_config.yml

This file was deleted.

4 changes: 0 additions & 4 deletions docs/index.md

This file was deleted.

Loading

0 comments on commit d748dd0

Please sign in to comment.