We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac48ee4 + 0a77972 commit aafdea3Copy full SHA for aafdea3
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Deploy portal
78
if: (github.ref == 'refs/heads/release' ||
79
github.ref == 'refs/heads/portal')
80
- uses: peaceiris/actions-gh-pages@v5
+ uses: peaceiris/actions-gh-pages@v4
81
with:
82
personal_token: ${{ secrets.GH_TOKEN }}
83
publish_dir: ./packages/dnb-design-system-portal/public
0 commit comments