Skip to content

Commit a52f3dd

Browse files
author
Denis Navarro
committed
docs: Keep language selected. (closes #13)
1 parent 9d71bc5 commit a52f3dd

98 files changed

Lines changed: 7947 additions & 863 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
git config user.name ${{ github.actor }}
3232
git commit . -m "release: v${VERSION}"
33-
git push origin master
33+
git push origin main
3434
git tag $VERSION
3535
git push origin $VERSION
3636
python3 run-script deploy

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- master
87
pull_request:
98

109
jobs:

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ COPY .pre-commit-config.yaml run-script ./
2121

2222
RUN python3 run-script dev-install
2323

24-
COPY docs ./docs
2524
COPY docs_src ./docs_src
2625
COPY tests ./tests
2726

docs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./docs_src/generated

docs/assets/javascripts/bundle.748e2769.min.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/assets/javascripts/bundle.748e2769.min.js.map

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/assets/stylesheets/main.8c5ef100.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/assets/stylesheets/main.8c5ef100.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)