Skip to content

Commit

Permalink
bugfix: rollback to normal one
Browse files Browse the repository at this point in the history
  • Loading branch information
hotchilipowder committed Aug 5, 2024
1 parent 7c15f90 commit 9fdec04
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,7 @@ jobs:
environment: github-pages
steps:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Delete History github.io
shell: bash
run: |
git checkout --orphan latest_branch
git add .
git commit -m "Update"
git branch -D gh-pages
git branch -m gh-pages
uses: actions/checkout@v4

- name: Install
shell: bash
Expand Down

0 comments on commit 9fdec04

Please sign in to comment.