Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
ci: use git rm to remove files and folders from deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwigoric committed Nov 28, 2023
1 parent 1c35053 commit f638cc5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deployment_azure-app-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,9 @@ jobs:
args: unzip -qq artifacts/${{ env.WRS_ARTIFACT }} -d ./public/docs/code

- name: Remove unused files and folders
uses: JesseTG/[email protected]
with:
path: |
artifacts
docs
run: |
git rm -rf artifacts
git rm -rf docs
- name: 'Deploy to Azure Web App'
uses: azure/webapps-deploy@v2
Expand Down

0 comments on commit f638cc5

Please sign in to comment.