Skip to content

Commit

Permalink
Pasta .github adicionada
Browse files Browse the repository at this point in the history
  • Loading branch information
Davi-D18 committed Nov 29, 2024
1 parent 2beafc0 commit a28da3e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy to GitHub Pages

on:
push:
branches:
- main # ou o branch que você estiver usando

jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write # Adiciona a permissão necessária
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4

0 comments on commit a28da3e

Please sign in to comment.