Skip to content

Commit

Permalink
ci: try again with the action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 25, 2023
1 parent 0a26623 commit 75bcf23
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 75bcf23

Please sign in to comment.