-
-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
27 additions
and
6 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 |
---|---|---|
|
@@ -79,6 +79,8 @@ jobs: | |
folder: integration | ||
target-folder: cat/montezuma2 | ||
silent: true | ||
git-config-name: Montezuma | ||
git-config-email: [email protected] | ||
|
||
- name: Cleanup Generated Branch | ||
uses: dawidd6/[email protected] | ||
|
@@ -109,6 +111,8 @@ jobs: | |
folder: integration | ||
target-folder: cat/montezuma2 | ||
silent: true | ||
git-config-name: Montezuma | ||
git-config-email: [email protected] | ||
|
||
- name: Cleanup Generated Branch | ||
uses: dawidd6/[email protected] | ||
|
@@ -133,6 +137,8 @@ jobs: | |
folder: integration | ||
target-folder: cat/montezuma3 | ||
silent: true | ||
git-config-name: Montezuma | ||
git-config-email: [email protected] | ||
|
||
- name: Cleanup Generated Branch | ||
uses: dawidd6/[email protected] | ||
|
@@ -162,6 +168,8 @@ jobs: | |
folder: integration | ||
target-folder: cat/montezuma4 | ||
silent: true | ||
git-config-name: Montezuma | ||
git-config-email: [email protected] | ||
|
||
- name: Cleanup Generated Branch | ||
uses: dawidd6/[email protected] | ||
|
@@ -189,6 +197,8 @@ jobs: | |
folder: integration | ||
target-folder: cat/montezuma4 | ||
silent: true | ||
git-config-name: Montezuma | ||
git-config-email: [email protected] | ||
|
||
- name: Build and Deploy | ||
uses: JamesIves/github-pages-deploy-action@v4 | ||
|
@@ -197,6 +207,8 @@ jobs: | |
folder: integration | ||
target-folder: cat/subsequent | ||
silent: true | ||
git-config-name: Montezuma | ||
git-config-email: [email protected] | ||
|
||
- name: Cleanup Generated Branch | ||
uses: dawidd6/[email protected] | ||
|
@@ -229,6 +241,8 @@ jobs: | |
folder: integration | ||
clean: true | ||
silent: true | ||
git-config-name: Montezuma | ||
git-config-email: [email protected] | ||
|
||
# Deploys to a branch that doesn't exist with SINGLE_COMMIT. (Includes subsequent commit) | ||
integration-branch-creation: | ||
|
@@ -248,6 +262,8 @@ jobs: | |
folder: integration | ||
single-commit: true | ||
silent: true | ||
git-config-name: Montezuma | ||
git-config-email: [email protected] | ||
|
||
- name: Build and Deploy | ||
uses: JamesIves/github-pages-deploy-action@v4 | ||
|
@@ -258,6 +274,8 @@ jobs: | |
single-commit: true | ||
target-folder: jives | ||
silent: true | ||
git-config-name: Montezuma | ||
git-config-email: [email protected] | ||
|
||
- name: Cleanup Generated Branch | ||
uses: dawidd6/[email protected] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,5 @@ jobs: | |
with: | ||
branch: dev | ||
folder: '.' | ||
git-config-name: Montezuma | ||
git-config-email: [email protected] |
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,6 +13,7 @@ jobs: | |
- uses: nowactions/[email protected] | ||
|
||
update-registries: | ||
name: Publish to Registries 📦 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
@@ -64,4 +65,4 @@ jobs: | |
# Publish to GitHub Packages | ||
- run: npm publish | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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
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.6.1", | ||
"version": "4.6.3", | ||
"license": "MIT", | ||
"main": "lib/lib.js", | ||
"types": "lib/lib.d.ts", | ||
|