diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eb743d8ead..f581cba0d4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,14 +47,11 @@ jobs: run: npm run test:messages - name: Run Unit Tests run: DISPLAY=:99 npm run test:unit - - run: npm install gh-pages -d - name: Remove Closure App run: rm -rf gh-pages/closure-library/scripts/ci/CloseAdobeDialog.exe - - name: build? - run: gh-pages -t -d - name: Deploy playground to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: gh-pages + publish_dir: ./gh-pages full_commit_message: "Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"