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 de68c9d commit c30a00cCopy full SHA for c30a00c
1 file changed
.github/workflows/build-article-data.yml
@@ -34,17 +34,5 @@ jobs:
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
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 ==="
47
npm install angular-cli-ghpages@2
48
49
- echo "=== Running angular-cli-ghpages v2 ==="
50
npx angular-cli-ghpages --no-notfound --dir=dist --branch="$BRANCH" --name="$GITHUB_NAME" --email="$GITHUB_EMAIL"
0 commit comments