Skip to content

Commit

Permalink
Merge branch 'refs/heads/dev' into feature/#923-add-screenreader-supp…
Browse files Browse the repository at this point in the history
…ort-to-multi-user-input
  • Loading branch information
lehju committed Jun 4, 2024
2 parents 26f32ee + 46c0ccb commit a38a339
Show file tree
Hide file tree
Showing 170 changed files with 908 additions and 2,381 deletions.
26 changes: 21 additions & 5 deletions .github/workflows/workflow-build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
required: true
default: false

permissions:
contents: read
pages: write
id-token: write

jobs:
build-docs:
runs-on: ubuntu-latest
Expand All @@ -23,11 +28,22 @@ jobs:
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
cache-dependency-path: "./docs/package-lock.json"
- run: npm install
- run: npm ci
- run: npm run build
- name: Deploy
- name: Upload artifact
if: inputs.publish == true
uses: peaceiris/actions-gh-pages@v4
uses: actions/upload-pages-artifact@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/dist
path: ./docs/dist

deploy-docs:
if: inputs.publish == true
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build-docs
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
4 changes: 2 additions & 2 deletions digiwf-apps/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"packages/apps/digiwf-tasklist",
"packages/apps/digiwf-webcomponent"
],
"version": "1.12.0"
}
"version": "1.13.0"
}
249 changes: 3 additions & 246 deletions digiwf-apps/package-lock.json

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

Loading

0 comments on commit a38a339

Please sign in to comment.