Skip to content

Commit

Permalink
Merge pull request #6 from Interacao-Humano-Computador/config/doc
Browse files Browse the repository at this point in the history
arrumando versões
  • Loading branch information
LuizaMaluf authored Nov 5, 2024
2 parents 748e811 + 0c8e413 commit dc7f9c1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 25 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/deploy-principal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Deploy to GitHub Pages

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: '3.x'

- run: pip install mkdocs-material

- name: Build and Deploy MkDocs Site
run: mkdocs gh-deploy --force
25 changes: 0 additions & 25 deletions .github/workflows/deploy.yml

This file was deleted.

0 comments on commit dc7f9c1

Please sign in to comment.