File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments