Skip to content

Commit

Permalink
Merge branch 'release' into 'master'
Browse files Browse the repository at this point in the history
Merge branch 'release' into 'master'

See merge request passbolt/passbolt-styleguide!1255
  • Loading branch information
cedricalfonsi committed Jul 25, 2023
2 parents 3222864 + eeb7dba commit a70dc9d
Show file tree
Hide file tree
Showing 482 changed files with 274 additions and 49,797 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Release notes
on:
push:
tags:
Expand Down
20 changes: 11 additions & 9 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Build and Deploy
name: Build and Deploy storybook
on:
push:
paths: ["src/stories/**", "src/components/**"] # Trigger the action only when files change in the folders defined here
tags:
- "*"
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install and Build 🔧
Expand All @@ -17,10 +20,9 @@ jobs:
npx grunt css
npm run dev:storybook:build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.6.2
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: storybook-static # The folder that the build-storybook script generates files.
CLEAN: true # Automatically remove deleted files from the deploy branch
TARGET_FOLDER: docs # The folder that we serve our Storybook files from
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: storybook-static # The folder that the build-storybook script generates files.
clean: true # Automatically remove deleted files from the deploy branch
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
Gruntfile.js
crowdin.yml
demo
docker
docker-compose-dev.yml
node_modules
src/css
src/less
Expand Down
14 changes: 14 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,18 @@ files:
- source: /src/locales/en-UK/*.json
type: i18next_json
translation: /src/locales/%locale%/%original_file_name%
export_languages:
- de
- en
- es
- fr
- it
- ja
- ko
- lt
- nl
- pl
- pt-BR
- ro
- sv
commit_message: '[skip-ci]'
29 changes: 0 additions & 29 deletions demo/api-app/entry/ApiAccountRecovery.entry.js

This file was deleted.

30 changes: 0 additions & 30 deletions demo/api-app/entry/ApiApp.entry.js

This file was deleted.

28 changes: 0 additions & 28 deletions demo/api-app/entry/ApiRecover.entry.js

This file was deleted.

29 changes: 0 additions & 29 deletions demo/api-app/entry/ApiSetup.entry.js

This file was deleted.

29 changes: 0 additions & 29 deletions demo/api-app/entry/ApiTriage.entry.js

This file was deleted.

50 changes: 0 additions & 50 deletions demo/api-app/mock/mockFetch.js

This file was deleted.

19 changes: 0 additions & 19 deletions demo/api-app/mock/request/mockGetAccountRecoveryContinue.js

This file was deleted.

82 changes: 0 additions & 82 deletions demo/api-app/mock/request/mockGetRecoverSettings.js

This file was deleted.

Loading

0 comments on commit a70dc9d

Please sign in to comment.