mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 04:31:16 -07:00
Remove GitHub pages deploy on staging (#891)
This commit is contained in:
parent
0a21fc6b12
commit
03b2657803
1 changed files with 0 additions and 7 deletions
7
.github/workflows/deploy_staging.yml
vendored
7
.github/workflows/deploy_staging.yml
vendored
|
@ -76,13 +76,6 @@ jobs:
|
|||
- name: Set DESTINATION_FOLDER for branch
|
||||
run: |
|
||||
echo "DESTINATION_FOLDER=$(echo $PR_NUMBER-$GITHUB_SHA | cut -c 1-11)" >> $GITHUB_ENV
|
||||
- name: Deploy to Github Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.0
|
||||
with:
|
||||
BRANCH: gh-pages # The branch the action should deploy to.
|
||||
FOLDER: public # The folder the action should deploy.
|
||||
TARGET-FOLDER: ${{env.DESTINATION_FOLDER}} # If we're on a PR branch, merge to PR folder
|
||||
CLEAN: true
|
||||
- name: Configure AWS Credentials
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue