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 43db218 commit 1f4f99eCopy full SHA for 1f4f99e
.devcontainer/docker/Dockerfile.develop
@@ -5,6 +5,7 @@ ENV BUILD_CONFIGURATION=PRODUCTION
5
RUN apt update --yes
6
RUN apt upgrade --yes
7
RUN apt install git
8
+RUN apt install less
9
10
# repo setup
11
# https://gerrit.googlesource.com/git-repo/+/HEAD/README.md
.github/workflows/github-pages-angular-deploy.yaml
@@ -20,8 +20,9 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Android repo init and sync
23
- uses: Xerner/github-actions-android-repo-init-and-sync@0.0.3
+ uses: Xerner/github-actions-android-repo-init-and-sync@0.0.4
24
with:
25
+ password: ${{ secrets.ANDROID_REPO_TOKEN }}
26
manifest_filename: xerner.github.io.default.xml
27
- name: Deploy Angular to GitHub Pages
28
uses: bitovi/github-actions-angular-to-github-pages@v1.0.0
0 commit comments