Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit 3b250674 authored by Marc's avatar Marc Committed by GitHub
Browse files

Update main.yml

parent e53b6898
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,14 @@ jobs:
uses: actions/download-artifact@v3.0.0
with:
name: docs-with-docx
path: docs
path: docs
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1.0.4
with:
path: docs/
- name: Deploy GitHub Pages site
uses: actions/deploy-pages@v1.2.1
with:
artifact_name: docs-with-docx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment