Change workflows: S.P.L.U.R.T -> V.E.N.U.S

This commit is contained in:
ariaworld
2024-08-05 21:17:33 +02:00
parent 7e7e6be0fe
commit bdd62f77e1
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
run: |
~/dmdoc
touch dmdoc/.nojekyll
echo https://splurt-station.github.io/S.P.L.U.R.T-Station-13/ > dmdoc/CNAME
echo https://venus-station.github.io/V.E.N.U.S-Station-13/ > dmdoc/CNAME
- name: Deploy
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
+2 -2
View File
@@ -26,6 +26,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} #Use this instead if you have unprotected branches
#GITHUB_TOKEN: ${{ secrets.CL_TOKEN }}
GIT_EMAIL: " 97993072+SPLURT-Station-Bot@users.noreply.github.com"
GIT_NAME: "SPLURT Bot"
GIT_EMAIL: " 97993072+VENUS-Station-Bot@users.noreply.github.com"
GIT_NAME: "VENUS Bot"
run: python tools/changelog/generate_cl.py
+1 -1
View File
@@ -7,6 +7,6 @@ jobs:
link_rounds:
runs-on: ubuntu-20.04
steps:
- uses: SPLURT-Station/round_linker@master #notice: fork the round linkies from tg!!
- uses: VENUS-Station/round_linker@master #notice: fork the round linkies from tg!!
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
+1 -1
View File
@@ -1511,7 +1511,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
dat += "<b>Preferred Chaos Amount:</b> <a href='?_src_=prefs;preference=preferred_chaos;task=input'>[p_chaos]</a><br>"
//SPLURT Edit
dat += "<h2>S.P.L.U.R.T. Preferences</h2>"
dat += "<h2>V.E.N.U.S. Preferences</h2>"
dat += "<b>Be Antagonist Victim:</b> <a href='?_src_=prefs;preference=be_victim;task=input'>[be_victim ? be_victim : BEVICTIM_ASK]</a><br>"
dat += "<b>Disable combat mode cursor:</b> <a href='?_src_=prefs;preference=disable_combat_cursor'>[disable_combat_cursor?"Yes":"No"]</a><br>"
dat += "<b>Splashscreen Player Panel Style:</b> <a href='?_src_=prefs;preference=tg_playerpanel'>[(toggles & TG_PLAYER_PANEL)?"TG":"Old"]</a><br>"
+1 -1
View File
@@ -17,7 +17,7 @@
view = "15x15"
hub = "Exadv1.spacestation13"
hub_password = "kMZy3U5jJHSiBQjr"
name = "SPLURT Station 13"
name = "VENUS Station 13"
fps = 20
#ifdef FIND_REF_NO_CHECK_TICK
loop_checks = FALSE
@@ -827,7 +827,7 @@
p_chaos = preferred_chaos
dat += "<b>Preferred Chaos Amount:</b> <a href='?_src_=prefs;preference=preferred_chaos;task=input'>[p_chaos]</a><br>"
dat += "<h2>S.P.L.U.R.T. Preferences</h2>"
dat += "<h2>V.E.N.U.S. Preferences</h2>"
dat += "<b>Be Antagonist Victim:</b> <a href='?_src_=prefs;preference=be_victim;task=input'>[be_victim ? be_victim : BEVICTIM_ASK]</a><br>"
dat += "<b>Disable combat mode cursor:</b> <a href='?_src_=prefs;preference=disable_combat_cursor'>[disable_combat_cursor?"Yes":"No"]</a><br>"
dat += "<b>Splashscreen Player Panel Style:</b> <a href='?_src_=prefs;preference=tg_playerpanel'>[(toggles & TG_PLAYER_PANEL)?"TG":"Old"]</a><br>"
+3 -3
View File
@@ -176,7 +176,7 @@ export class Changelog extends Component {
const header = (
<Section>
<h1>S.P.L.U.R.T. Station 13</h1>
<h1>V.E.N.U.S. Station 13</h1>
<p>
<b>Thanks to: </b>
Citadel Station 13, /tg/station, Baystation 12, /vg/station,
@@ -187,11 +187,11 @@ export class Changelog extends Component {
</p>
<p>
{'Current project maintainers can be found '}
<a href="https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13/graphs/contributors">
<a href="https://github.com/VENUS-Station/V.E.N.U.S-Station-13/graphs/contributors">
here
</a>
{', recent GitHub contributors can be found '}
<a href="https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13/pulse/monthly">
<a href="https://github.com/VENUS-Station/V.E.N.U.S-Station-13/pulse/monthly">
here
</a>.
</p>