We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca696ba commit bf6f80dCopy full SHA for bf6f80d
.github/workflows/main.yml
@@ -1,10 +1,3 @@
1
-name: main
2
-on:
3
- push:
4
- branches:
5
- - main
6
- schedule:
7
- - cron: '45 7 * * *'
8
jobs:
9
main:
10
runs-on: ubuntu-latest
@@ -16,12 +9,12 @@ jobs:
16
with:
17
node-version: lts/*
18
11
- run: npm install
19
- - run: npm test
20
- env:
21
- NPM_TOKEN: ${{secrets.NPM_TOKEN}}
12
+ - env:
22
13
GH_TOKEN: ${{secrets.GH_TOKEN}}
14
+ NPM_TOKEN: ${{secrets.NPM_TOKEN}}
23
15
OC_TOKEN: ${{secrets.OC_TOKEN}}
24
UNIFIED_OPTIMIZE_IMAGES: 1
+ run: npm test
25
- uses: JamesIves/github-pages-deploy-action@releases/v4
26
27
branch: dist
@@ -30,3 +23,10 @@ jobs:
30
git-config-email: [email protected]
31
git-config-name: Titus Wormer
32
single-commit: true
+name: main
+on:
28
+ push:
29
+ branches:
+ - main
+ schedule:
+ - cron: '45 7 * * *'
0 commit comments