forked from danielsogl/capacitor-face-id
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from danielsogl/master
update
- Loading branch information
Showing
44 changed files
with
5,552 additions
and
5,078 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
time: "04:00" | ||
open-pull-requests-limit: 10 | ||
|
||
- package-ecosystem: 'github-actions' | ||
directory: '/' | ||
schedule: | ||
interval: 'daily' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,14 @@ jobs: | |
build: | ||
|
||
runs-on: macOS-latest | ||
|
||
strategy: | ||
matrix: | ||
node-version: [12.x] | ||
|
||
steps: | ||
- uses: actions/checkout@master | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v1 | ||
uses: actions/setup-node@v3.4.1 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
node-version: '14' | ||
cache: 'npm' | ||
- name: Install dependencies | ||
run: npm ci | ||
- name: Build Web Interface | ||
|
@@ -26,19 +23,5 @@ jobs: | |
- name: Install Pods | ||
run: cd ./ios && pod install | ||
- name: Build | ||
run: cd ./ios && xcodebuild build -workspace Plugin.xcworkspace -scheme Plugin | ||
- name: Build docs | ||
run: npm run docs | ||
- name: Commit generated docs | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "Daniel Sogl" | ||
git commit -m "docs(pages): update documentation" -a | ||
- run: git pull | ||
- run: git status | ||
- name: Push docs to master | ||
uses: ad-m/github-push-action@master | ||
with: | ||
directory: ./docs | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
run: cd ./ios && xcodebuild build -workspace Plugin.xcworkspace -scheme Plugin -sdk iphoneos | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.