Skip to content

Commit 4494430

Browse files
committed
gh-pages: make it work
1 parent ff77d09 commit 4494430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/osrd-ui-website.yml renamed to .github/workflows/osrd-ui-github-pages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish @osrd-project website
1+
name: Publish to ui.osrd.fr (github pages)
22

33
on:
44
workflow_dispatch:
@@ -29,10 +29,10 @@ jobs:
2929
npm run build
3030
3131
- name: Deploy to GitHub Pages
32-
uses: crazy-max/ghaction-github-pages@v2
32+
uses: crazy-max/ghaction-github-pages@v4
3333
with:
3434
target_branch: gh-pages
3535
build_dir: storybook/storybook-static
36-
jekyll: false
36+
domain: ui.osrd.fr
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)