-
-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' of https://github.com/JamesIves/github-pages-deplo…
…y-action into dev
- Loading branch information
Showing
4 changed files
with
14 additions
and
14 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 |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
# Workflow dispatch event that pushes the current version to the release branch. | ||
# From here the secondary production deployment workflow will trigger to build the dependencies. | ||
- name: Deploy 🚀 | ||
uses: JamesIves/[email protected].0 | ||
uses: JamesIves/[email protected].1 | ||
with: | ||
branch: releases/v4 | ||
folder: . | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Build and Deploy | ||
uses: JamesIves/[email protected].0 | ||
uses: JamesIves/[email protected].1 | ||
with: | ||
git-config-name: Montezuma | ||
git-config-email: [email protected] | ||
|
@@ -44,7 +44,7 @@ jobs: | |
uses: actions/checkout@v1 | ||
|
||
- name: Build and Deploy | ||
uses: JamesIves/[email protected].0 | ||
uses: JamesIves/[email protected].1 | ||
with: | ||
token: ${{ secrets.ACCESS_TOKEN }} | ||
branch: gh-pages | ||
|
@@ -71,7 +71,7 @@ jobs: | |
persist-credentials: false | ||
|
||
- name: Build and Deploy | ||
uses: JamesIves/[email protected].0 | ||
uses: JamesIves/[email protected].1 | ||
with: | ||
branch: gh-pages | ||
folder: integration | ||
|
@@ -103,7 +103,7 @@ jobs: | |
apt-get update && apt-get install -y rsync | ||
- name: Build and Deploy | ||
uses: JamesIves/[email protected].0 | ||
uses: JamesIves/[email protected].1 | ||
with: | ||
branch: gh-pages | ||
folder: integration | ||
|
@@ -127,7 +127,7 @@ jobs: | |
persist-credentials: false | ||
|
||
- name: Build and Deploy | ||
uses: JamesIves/[email protected].0 | ||
uses: JamesIves/[email protected].1 | ||
with: | ||
ssh-key: ${{ secrets.DEPLOY_KEY }} | ||
branch: gh-pages | ||
|
@@ -157,7 +157,7 @@ jobs: | |
ssh-private-key: ${{ secrets.DEPLOY_KEY }} | ||
|
||
- name: Build and Deploy | ||
uses: JamesIves/[email protected].0 | ||
uses: JamesIves/[email protected].1 | ||
with: | ||
ssh-key: true | ||
branch: gh-pages | ||
|
@@ -186,7 +186,7 @@ jobs: | |
persist-credentials: false | ||
|
||
- name: Build and Deploy | ||
uses: JamesIves/[email protected].0 | ||
uses: JamesIves/[email protected].1 | ||
with: | ||
ssh-key: ${{ secrets.DEPLOY_KEY }} | ||
branch: gh-pages | ||
|
@@ -195,7 +195,7 @@ jobs: | |
silent: true | ||
|
||
- name: Build and Deploy | ||
uses: JamesIves/[email protected].0 | ||
uses: JamesIves/[email protected].1 | ||
with: | ||
ssh-key: ${{ secrets.DEPLOY_KEY }} | ||
branch: gh-pages | ||
|
@@ -228,7 +228,7 @@ jobs: | |
persist-credentials: false | ||
|
||
- name: Build and Deploy | ||
uses: JamesIves/[email protected].0 | ||
uses: JamesIves/[email protected].1 | ||
with: | ||
token: ${{ secrets.ACCESS_TOKEN }} | ||
branch: gh-pages | ||
|
@@ -247,7 +247,7 @@ jobs: | |
persist-credentials: false | ||
|
||
- name: Build and Deploy | ||
uses: JamesIves/[email protected].0 | ||
uses: JamesIves/[email protected].1 | ||
with: | ||
token: ${{ secrets.ACCESS_TOKEN }} | ||
branch: integration-test-delete-prod | ||
|
@@ -256,7 +256,7 @@ jobs: | |
silent: true | ||
|
||
- name: Build and Deploy | ||
uses: JamesIves/[email protected].0 | ||
uses: JamesIves/[email protected].1 | ||
with: | ||
token: ${{ secrets.ACCESS_TOKEN }} | ||
branch: integration-test-delete-prod | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
minimum: 500 | ||
|
||
- name: Deploy to GitHub Pages | ||
uses: JamesIves/[email protected].0 | ||
uses: JamesIves/[email protected].1 | ||
with: | ||
branch: dev | ||
folder: '.' |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@jamesives/github-pages-deploy-action", | ||
"description": "GitHub action for building a project and deploying it to GitHub pages.", | ||
"author": "James Ives <[email protected]> (https://jamesiv.es)", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"license": "MIT", | ||
"main": "lib/lib.js", | ||
"types": "lib/lib.d.ts", | ||
|