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 931f347 commit a2c3cb2Copy full SHA for a2c3cb2
.github/workflows/main.yml
@@ -9,21 +9,19 @@ jobs:
9
runs-on: ubuntu-latest
10
11
steps:
12
- - uses: actions/checkout@v3
13
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
14
with:
15
node-version: 22
16
17
- run: npm ci
18
- run: npm run build
19
20
- name: Deploy API to book-monkey5/api5-build (main branch)
21
- if: ${{ github.event_name == 'push' }}
22
env:
23
GH_TOKEN: ${{ secrets.GH_TOKEN }}
24
GITHUB_ORG: https://github.com/book-monkey5
25
GITHUB_NAME: The Buildbot
26
GITHUB_EMAIL: [email protected]
27
NAME: api5-build
28
run: npx angular-cli-ghpages --repo "$GITHUB_ORG/$NAME.git" --name "$GITHUB_NAME" --email "$GITHUB_EMAIL" --branch main --message "Auto-generated commit" --no-silent
29
-
0 commit comments