Merge branch 'master' into statusbar-updates

pull/4960/head
Joseph Izang 4 months ago committed by GitHub
commit ae8b10ea08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh
  2. 4
      apps/remix-ide/ci/deploy_from_travis_remix-beta.sh
  3. 4
      apps/remix-ide/ci/deploy_from_travis_remix-live.sh

@ -3,13 +3,13 @@
set -e
SHA=`git rev-parse --short --verify HEAD`
cd dist/apps/remix-ide
# this gh action is used to deploy the build to the gh pages
mkdir dist/apps/remix-ide/.github
mkdir dist/apps/remix-ide/.github/workflows
cp apps/remix-ide/ci/gh-actions-deploy.yml dist/apps/remix-ide/.github/workflows
cd dist/apps/remix-ide
git init
git checkout -b gh-pages
git config user.name "$COMMIT_AUTHOR"

@ -3,13 +3,13 @@
set -e
SHA=`git rev-parse --short --verify HEAD`
cd dist/apps/remix-ide
# this gh action is used to deploy the build to the gh pages
mkdir dist/apps/remix-ide/.github
mkdir dist/apps/remix-ide/.github/workflows
cp apps/remix-ide/ci/gh-actions-deploy.yml dist/apps/remix-ide/.github/workflows
cd dist/apps/remix-ide
git init
git checkout -b gh-pages
git config user.name "$COMMIT_AUTHOR"

@ -3,13 +3,13 @@
set -e
SHA=`git rev-parse --short --verify HEAD`
cd dist/apps/remix-ide
# this gh action is used to deploy the build to the gh pages
mkdir dist/apps/remix-ide/.github
mkdir dist/apps/remix-ide/.github/workflows
cp apps/remix-ide/ci/gh-actions-deploy.yml dist/apps/remix-ide/.github/workflows/gh-actions-deploy.yml
cd dist/apps/remix-ide
git init
git checkout -b gh-pages
git config user.name "$COMMIT_AUTHOR"

Loading…
Cancel
Save