Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira committed Sep 23, 2023
1 parent 492e1ba commit 3ac5d44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
- name: debug- List dirs
run: find . -type d

- name: Configure git to trust the workspace despite the different owner
run:
git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Deploy main
uses: JamesIves/[email protected]
Expand All @@ -70,6 +73,7 @@ jobs:
single-commit: true
clean: false


# - name: Deploy to gh-pages
# uses: peaceiris/actions-gh-pages@v3
# with:
Expand Down

0 comments on commit 3ac5d44

Please sign in to comment.