Skip to content

Commit dfbcac2

Browse files
committed
La action jobb skrive til repo
1 parent c628c1d commit dfbcac2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gh-pages.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ concurrency:
1111

1212
jobs:
1313
gh-pages:
14+
permissions:
15+
contents: write
1416
runs-on: ubuntu-latest
1517
name: Deploy preview to gh-pages
1618
steps:
@@ -28,4 +30,4 @@ jobs:
2830
uses: peaceiris/actions-gh-pages@v4
2931
with:
3032
github_token: ${{ secrets.GITHUB_TOKEN }}
31-
publish_dir: ./dist
33+
publish_dir: ./packages/internarbeidsflate-decorator-v3/dist

0 commit comments

Comments
 (0)