Skip to content

Commit

Permalink
test commit/push to gh-pages after removal
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Nov 7, 2023
1 parent 6a2711f commit 6018705
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/pr_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,11 @@ jobs:
rm -rf $folder
- name: Commit to gh-pages
uses: devops-infra/action-commit-push@master
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
commit_message: "Remove 'pr-preview/pr-${{ github.event.number }}' folder."
force: false
target_branch: gh-pages

shell: bash
run: |
git commit -m "Remove 'pr-preview/pr-${{ github.event.number }}' folder."
git push origin gh-pages
# - name: Python setup
# uses: actions/setup-python@v4
# with:
Expand Down

0 comments on commit 6018705

Please sign in to comment.