-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes GitHub raw files deployment strategy
Should be completely superseded by deployment through the website
- Loading branch information
Joppe
committed
Aug 14, 2024
1 parent
cfa6236
commit f2075e9
Showing
7 changed files
with
23 additions
and
39,359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,15 +27,11 @@ jobs: | |
uses: Endbug/version-check@v2 | ||
with: | ||
diff-search: true | ||
- name: Commit user style changes | ||
- name: Set version tag on last commit | ||
if: steps.version-check.outputs.changed == 'true' | ||
run: | | ||
git config user.name "GitHub Actions Bot" | ||
git config user.email "<>" | ||
git add public/*.user.css | ||
git commit -m "Publish updates v${{ steps.version-check.outputs.version }}" | ||
git tag v${{ steps.version-check.outputs.version }} | ||
- name: Publish user style changes | ||
- name: Push version tag | ||
if: steps.version-check.outputs.changed == 'true' | ||
uses: ad-m/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.