Skip to content

Commit

Permalink
Update testing.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswong1225 authored Sep 7, 2023
1 parent 3d667be commit 669bcd2
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,6 @@ jobs:


deploy:
runs-on: ubuntu-22.04
needs: build
if: github.ref == 'refs/heads/master'
steps:
- name: Download build artifact
uses: actions/download-artifact@v1
with:
name: deploy
# Uses: https://github.com/peaceiris/actions-gh-pages
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./deploy
runs-on: ubuntu-22.04
echo build deployed;

0 comments on commit 669bcd2

Please sign in to comment.