Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
lolochristen committed Dec 29, 2023
1 parent 45cf88a commit 4d7c5eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
name: Build and Deploy Job
steps:
- name: Config
run: git config --global --add safe.directory '*'
run: git config --global --add safe.directory /github/workspace
- uses: actions/checkout@v4
with:
fetch-depth: 0
filter: tree:0
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
timeout-minutes: 5
steps:
- name: Config
run: git config --global --add safe.directory '*'
run: git config --global --add safe.directory /github/workspace
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
filter: tree:0
- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
- name: Build
Expand Down

0 comments on commit 4d7c5eb

Please sign in to comment.