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.
2 parents e004ad3 + 135b14c commit 3048af1Copy full SHA for 3048af1
.github/workflows/static.yml
@@ -24,21 +24,12 @@ on:
24
required: false
25
default: ""
26
27
- # TODO: add nightly?
28
- # https://github.com/f3d-app/f3d-website/issues/5
29
-
30
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
31
permissions:
32
contents: read
33
pages: write
34
id-token: write
35
36
-# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
37
-# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
38
-concurrency:
39
- group: "pages"
40
- cancel-in-progress: false
41
42
jobs:
43
build:
44
runs-on: ubuntu-latest
0 commit comments