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 1fabddb commit 0fc4aafCopy full SHA for 0fc4aaf
.github/workflows/build-blog-data.yml
@@ -8,6 +8,7 @@ on:
8
env:
9
GITHUB_NAME: The Buildbot
10
GITHUB_EMAIL: [email protected]
11
+ BRANCH: gh-pages
12
13
jobs:
14
build-and-deploy:
@@ -31,4 +32,4 @@ jobs:
31
32
- name: Deploy to branch
33
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: cd build && npx angular-cli-ghpages --no-notfound --dir=dist --branch=gh-pages --no-silent --name="$GITHUB_NAME" --email="$GITHUB_EMAIL"
35
+ run: cd build && npx angular-cli-ghpages --no-notfound --dir=dist --branch="$BRANCH" --name="$GITHUB_NAME" --email="$GITHUB_EMAIL"
0 commit comments