Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e225338

Browse files
committed
more writes
1 parent 3caabcc commit e225338

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/Deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1515
permissions:
16-
contents: read
16+
contents: write
1717
pages: write
1818
id-token: write
1919

@@ -55,9 +55,7 @@ jobs:
5555
- name: make md pages content
5656
run: julia --project=docs/ --color=yes docs/make.jl
5757
- name: Build with VitePress
58-
run: |
59-
npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
60-
touch docs/.vitepress/dist/.nojekyll
58+
run: npm run docs:build
6159
- name: Upload artifact
6260
uses: actions/upload-pages-artifact@v2
6361
with:

0 commit comments

Comments
 (0)