Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit a442d3d

Browse files
chore: sync workflows
1 parent ab0a824 commit a442d3d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,9 @@ jobs:
316316
echo "::set-env name=RUNNING::"
317317
fi
318318
319+
- uses: technote-space/load-config-action@v1
320+
with:
321+
CONFIG_FILENAME: gh-pages.json
319322
- name: Get Yarn Cache Directory
320323
id: yarn-cache
321324
run: echo "::set-output name=dir::$(yarn cache dir)"
@@ -334,12 +337,6 @@ jobs:
334337
bash travis-ci/bin/deploy/gh-pages.sh
335338
env:
336339
TRAVIS_BUILD_DIR: ${{ github.workspace }}
337-
GH_PAGES_APP_ID: editor
338-
GH_PAGES_PLUGIN_SCRIPT: ./index.min.js
339-
GH_PAGES_PLUGIN_STYLE: ./index.css
340-
GH_PAGES_TITLE: Marker Animation
341-
GH_PAGES_TEMPLATE: gutenberg
342-
GH_PAGES_TRACKING_ID: UA-78163306-3
343340
if: env.RUNNING
344341
- name: Deploy
345342
uses: JamesIves/github-pages-deploy-action@releases/v3

0 commit comments

Comments
 (0)