There was an error while loading. Please reload this page.
1 parent c030f9d commit 239396bCopy full SHA for 239396b
2 files changed
.github/workflows/Documentation.yml
@@ -8,12 +8,15 @@ on:
8
9
jobs:
10
build:
11
+ permissions:
12
+ contents: write
13
+ statuses: write
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v3
17
- uses: julia-actions/setup-julia@v2
18
with:
- version: "1.11"
19
+ version: "1"
20
- name: Build and deploy
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/DocumentationPreview.yml
@@ -7,6 +7,10 @@ on:
7
+ pull-requests: read
environment:
name: pr-${{github.event.number}}
@@ -15,7 +19,7 @@ jobs:
23
24
25
0 commit comments