Skip to content

Commit

Permalink
Extract from 74927373878d9edd4496d3f41e420b890242de56
Browse files Browse the repository at this point in the history
  • Loading branch information
akeneo committed Dec 11, 2024
1 parent 2692c84 commit 0fc53df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Add cleanup staging script
run: |
mkdir -p ./storybook-static/.github/workflows && \
cp ./.github/workflows/cleanup-staging.js ./storybook-static/.github/workflows/cleanup-staging.js
cp ./.github/workflows/cleanup-staging.js ./storybook-static/.github/workflows/cleanup-staging.js && \
cp ./CNAME ./storybook-static/CNAME
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akeneo-design-system",
"version": "2.0.8",
"version": "2.0.9",
"description": "Akeneo design system",
"files": [
"lib"
Expand Down

0 comments on commit 0fc53df

Please sign in to comment.