Skip to content

Commit

Permalink
ci: deploy gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 24, 2023
1 parent 0f4b1cc commit ddfc362
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,11 @@ jobs:
run: npm run test:messages
- name: Run Unit Tests
run: DISPLAY=:99 npm run test:unit
- run: cd gh-pages && ls -la
- name: Remove Closure App
run: rimraf gh-pages/closure-library/scripts/ci/CloseAdobeDialog.exe
- name: Deploy playground to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: gh-pages/playground
full_commit_message: "Build for ${{ github.sha }} ${{ github.event.head_commit.message }}"

0 comments on commit ddfc362

Please sign in to comment.