Skip to content

Commit

Permalink
ci: update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Jan 13, 2025
1 parent 7a3466b commit 37899b2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ concurrency:
cancel-in-progress: true

jobs:
build:

deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v4
- uses: actions/configure-pages@v5
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit 37899b2

Please sign in to comment.