Skip to content

Merge pull request #24 from FGA-GCES/consertar-o-link-do-repositório-… #13

Merge pull request #24 from FGA-GCES/consertar-o-link-do-repositório-…

Merge pull request #24 from FGA-GCES/consertar-o-link-do-repositório-… #13

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force