Skip to content

Commit c30a00c

Browse files
committed
fix(ci): use angular-cli-ghpages@2 to work around submodule issue (#204)
1 parent de68c9d commit c30a00c

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/build-article-data.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,5 @@ jobs:
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
run: |
37-
echo "=== DEBUG: PWD ==="
38-
pwd
39-
echo "=== DEBUG: Current dir contents ==="
40-
ls -la
41-
echo "=== DEBUG: dist/ contents ==="
42-
ls -la dist/
43-
echo "=== DEBUG: dist/blog/ first entries ==="
44-
ls dist/blog/ | head -5
45-
46-
echo "=== Installing angular-cli-ghpages@2 ==="
4737
npm install angular-cli-ghpages@2
48-
49-
echo "=== Running angular-cli-ghpages v2 ==="
5038
npx angular-cli-ghpages --no-notfound --dir=dist --branch="$BRANCH" --name="$GITHUB_NAME" --email="$GITHUB_EMAIL"

0 commit comments

Comments
 (0)