Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Beatriz-ge committed Apr 2, 2024
1 parent 43c427c commit 1e0700e
Show file tree
Hide file tree
Showing 352 changed files with 75 additions and 486,835 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: ci
on:
push:
branches:
- docs
permissions:
content: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
7 changes: 0 additions & 7 deletions Códigos/backend/.gitignore

This file was deleted.

83 changes: 0 additions & 83 deletions Códigos/backend/README.md

This file was deleted.

Loading

0 comments on commit 1e0700e

Please sign in to comment.