Skip to content

Commit a4b9196

Browse files
committed
update branches and remove circleci
1 parent fd271ea commit a4b9196

2 files changed

Lines changed: 5 additions & 104 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 99 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
9292

9393
- name: Create GitHub App token
94-
if: github.ref_name == 'update-ci' && github.repository == 'plotly/graphing-library-docs'
94+
if: github.ref_name == 'master' && github.repository == 'plotly/graphing-library-docs'
9595
uses: actions/create-github-app-token@v2
9696
id: app-token
9797
with:
@@ -101,16 +101,16 @@ jobs:
101101
repositories: documentation
102102

103103
- name: Checkout documentation repo
104-
if: github.ref_name == 'update-ci' && github.repository == 'plotly/graphing-library-docs'
104+
if: github.ref_name == 'master' && github.repository == 'plotly/graphing-library-docs'
105105
uses: actions/checkout@v4
106106
with:
107107
repository: plotly/documentation
108-
ref: test-pages-2
108+
ref: gh-pages
109109
token: ${{ steps.app-token.outputs.token }}
110110
path: documentation
111111

112-
- name: Deploy to test branch
113-
if: github.ref_name == 'update-ci' && github.repository == 'plotly/graphing-library-docs'
112+
- name: Deploy docs
113+
if: github.ref_name == 'master' && github.repository == 'plotly/graphing-library-docs'
114114
run: |
115115
git config --global user.email "accounts@plot.ly"
116116
git config --global user.name "plotlydocbot"

0 commit comments

Comments
 (0)