Skip to content

Commit

Permalink
Remove Landing Page Video from container build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutugiii committed Jul 14, 2023
1 parent cfc4e45 commit 65ebde5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/planet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2

- name: Remove Landing Video
run: |
rm -rf ./src/assets/landing-page/video/landing.mp4
- name: Docker login
run: docker login -u ${{ secrets.DOCKERUSERNAME }} -p ${{ secrets.DOCKERAPIKEY }}

Expand Down

0 comments on commit 65ebde5

Please sign in to comment.