Skip to content

Commit

Permalink
Merge pull request #61 from Cristianpl4y/master
Browse files Browse the repository at this point in the history
adicionando código de conduta (#56)
  • Loading branch information
vitormattos authored Sep 19, 2024
2 parents 8f48d36 + adef0e6 commit 9d988e4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ jobs:
runs-on: ubuntu-latest

steps:
# Clona o repositório.
# Clona o repositório com os submódulos inicializados.
# Veja https://github.com/actions/checkout
- uses: actions/checkout@v2
- name: Checkout repository with submodules
uses: actions/checkout@v3
with:
submodules: true # Inicializa os submódulos
fetch-depth: 0 # Garante que todo o histórico seja baixado

# Instala PHP e Composer.
# Veja https://github.com/shivammathur/setup-php
Expand Down

0 comments on commit 9d988e4

Please sign in to comment.