Skip to content

Commit

Permalink
ci: deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Jun 14, 2024
1 parent 5db3d41 commit d4dca5b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,14 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: ./docs/.vuepress/dist

deploy_docs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build_docs
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit d4dca5b

Please sign in to comment.