Skip to content

Commit

Permalink
Revert "Merge branch 'master' into master"
Browse files Browse the repository at this point in the history
This reverts commit 950fbcd, reversing
changes made to e1cd881.
  • Loading branch information
FonduemangVI committed Jul 3, 2024
1 parent 950fbcd commit 2a351ba
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 157 deletions.
63 changes: 0 additions & 63 deletions .github/configs/release-changelog-builder-action.json

This file was deleted.

61 changes: 0 additions & 61 deletions .github/scripts/update-contributors-backup.js

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/changelog-builder.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: mkdocs build

deploy:
if: github.event.workflow_run.event == 'push' && contains(fromJson('["master", "main"]'), github.event.workflow_run.head_branch)
if: github.event_name == 'push' && contains(fromJson('["refs/heads/master", "refs/heads/main"]'), github.ref)
needs: build
name: Deploy docs
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion docs/stylesheets/neoteroi-mkdocs.css

This file was deleted.

0 comments on commit 2a351ba

Please sign in to comment.