Skip to content

update: entrega 2

update: entrega 2 #13

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- run: pip install mkdocs mkdocs-material mkdocs-include-markdown-plugin pymdown-extensions
- run: mkdocs gh-deploy --force