Skip to content

Instantly share code, notes, and snippets.

View natorsc's full-sized avatar
🏠
Working from home

Renato Cruz natorsc

🏠
Working from home
View GitHub Profile
@natorsc
natorsc / pages.yml
Last active July 9, 2023 21:55
Como configurar Python Sphinx e furo no Github pages.
# Criar na raiz do projeto: `.github/workflows/pages.yml`.
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
# Allows you to run this workflow manually from the Actions tab