Skip to content

Commit

Permalink
gh-pages: make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaswurtz committed Apr 26, 2024
1 parent ff77d09 commit 3366541
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish @osrd-project website
name: Publish to ui.osrd.fr (github pages)

on:
workflow_dispatch:
Expand Down Expand Up @@ -29,10 +29,10 @@ jobs:
npm run build
- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v2
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: storybook/storybook-static
jekyll: false
domain: ui.osrd.fr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3366541

Please sign in to comment.