Skip to content

Commit

Permalink
feat(gen): clean up PR
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyOubouaziz committed Sep 18, 2024
1 parent ac46b27 commit 4bf2054
Show file tree
Hide file tree
Showing 21 changed files with 4 additions and 330 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: build and push doc to S3
name: Build and push CLI doc to S3
on:
pull_request:
push:
branches:
- master
- main
- master
permissions:
contents: write
jobs:
Expand All @@ -24,12 +23,12 @@ jobs:
run: |
docker pull squidfunk/mkdocs-material
docker run --rm -i -v ${PWD}/docs:/docs squidfunk/mkdocs-material build
- name: Set up AWS CLI
- name: Download and set up AWS CLI
run: |
sudo apt-get update
sudo apt-get install -y awscli
- name: Sety up AWS parameters
- name: Sety up AWS credentials
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
Binary file removed docs/fonts/Inter/Inter-VariableFont_slnt,wght.ttf
Binary file not shown.
93 changes: 0 additions & 93 deletions docs/fonts/Inter/OFL.txt

This file was deleted.

72 changes: 0 additions & 72 deletions docs/fonts/Inter/README.txt

This file was deleted.

Binary file removed docs/fonts/Inter/static/Inter-Black.ttf
Binary file not shown.
Binary file removed docs/fonts/Inter/static/Inter-Bold.ttf
Binary file not shown.
Binary file removed docs/fonts/Inter/static/Inter-ExtraBold.ttf
Binary file not shown.
Binary file removed docs/fonts/Inter/static/Inter-ExtraLight.ttf
Binary file not shown.
Binary file removed docs/fonts/Inter/static/Inter-Light.ttf
Binary file not shown.
Binary file removed docs/fonts/Inter/static/Inter-Medium.ttf
Binary file not shown.
Binary file removed docs/fonts/Inter/static/Inter-Regular.ttf
Binary file not shown.
Binary file removed docs/fonts/Inter/static/Inter-SemiBold.ttf
Binary file not shown.
Binary file removed docs/fonts/Inter/static/Inter-Thin.ttf
Binary file not shown.
93 changes: 0 additions & 93 deletions docs/fonts/Space_Grotesk/OFL.txt

This file was deleted.

67 changes: 0 additions & 67 deletions docs/fonts/Space_Grotesk/README.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 4bf2054

Please sign in to comment.