Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caabcc commit e225338Copy full SHA for e225338
.github/workflows/Deploy.yml
@@ -13,7 +13,7 @@ on:
13
14
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
15
permissions:
16
- contents: read
+ contents: write
17
pages: write
18
id-token: write
19
@@ -55,9 +55,7 @@ jobs:
55
- name: make md pages content
56
run: julia --project=docs/ --color=yes docs/make.jl
57
- 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
+ run: npm run docs:build
61
- name: Upload artifact
62
uses: actions/upload-pages-artifact@v2
63
with:
0 commit comments