Fix he.xy and add extra conditional to deploy-pages

This commit is contained in:
object-Object 2023-08-28 22:52:44 -04:00
parent 7b416235b9
commit cb1ff4d485
2 changed files with 8 additions and 44 deletions

View file

@ -97,6 +97,9 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
lang: ${{ fromJson(needs.build.outputs.matrix) }} lang: ${{ fromJson(needs.build.outputs.matrix) }}
outputs:
success: ${{ steps.build-web-book.outputs.success }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -110,7 +113,8 @@ jobs:
run: pip install . hatch run: pip install . hatch
- name: Build web book - name: Build web book
run: $HEXDOC --lang ${{ matrix.lang }} -o _site id: build-web-book
run: $HEXDOC --lang ${{ matrix.lang }} -o _site && echo "success=true" >> "$GITHUB_OUTPUT"
- name: Upload Pages artifact - name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2 uses: actions/upload-pages-artifact@v2
@ -118,9 +122,9 @@ jobs:
deploy-pages: deploy-pages:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: generate needs: generate
# always deploy pages, even if some of the languages failed # deploy if at least one language succeeded
if: success() || failure() if: needs.generate.outputs.success
environment: environment:
name: github-pages name: github-pages

View file

@ -1009,20 +1009,15 @@
landing: "Hexxy was here", landing: "Hexxy was here",
It fascinates me. I've decided to start a journal of my thoughts and findings.\
$(br2)$(l:https://forum.petra-k.at/index.php)Forum Link/$",
category: { category: {
basics: { basics: {
"": "Hexxy was here", "": "Hexxy was here",
desc: "Hexxy was here", desc: "Hexxy was here",
or craft $(l:items/hexcasting)$(item)powerful magical items/$ to do the casting for them. \
How might I do the same?",
}, },
casting: { casting: {
"": "Hexxy was here", "": "Hexxy was here",
desc: "Hexxy was here", desc: "Hexxy was here",
but I'm sure I can figure it out. Let's see...",
}, },
items: { items: {
"": "Hexxy was here", "": "Hexxy was here",
@ -1032,15 +1027,12 @@
greatwork: { greatwork: {
"": "Hexxy was here", "": "Hexxy was here",
desc: "Hexxy was here", desc: "Hexxy was here",
I have seen the atoms of the world screaming as they were inverted and subverted and demoted to energy. \
I have seen I have seen I have s$(k)get stick bugged lmao/$",
// alwinfy you think you're so funny // alwinfy you think you're so funny
}, },
lore: { lore: {
"": "Hexxy was here", "": "Hexxy was here",
desc: "Hexxy was here", desc: "Hexxy was here",
But, I think I may be able to divine some of the history of the world from these. Let me see...",
}, },
interop: { interop: {
@ -1059,9 +1051,6 @@
great_spells: { great_spells: {
"": "Hexxy was here", "": "Hexxy was here",
desc: "Hexxy was here", desc: "Hexxy was here",
They seem to have been recorded only sparsely (for good reason, the texts claim). \
It's probably just the ramblings of extinct traditionalists, though -- a pattern's a pattern.$(br2)\
What could possibly go wrong?",
}, },
}, },
// ^ categories // ^ categories
@ -1198,48 +1187,19 @@
grid: { grid: {
"1": "Hexxy was here", "1": "Hexxy was here",
Pressing $(thing)$(k:use)/$ with one in my hand will cause a hexagonal grid of dots to appear in front of me. \
I can then click, drag from dot to dot, and release to draw patterns.$(br2)\
Once I submit a pattern, it is executed (see the next chapter).",
"2": "Hexxy was here", "2": "Hexxy was here",
Should I wish to reset my casting state, I can do so by sneaking while opening the grid.",
}, },
"patterns&actions": { "patterns&actions": {
"1": "Hexxy was here", "1": "Hexxy was here",
$(thing)Actions/$, meanwhile, are what patterns $(italic)do/$.",
"2": "Hexxy was here", "2": "Hexxy was here",
Any jumble of letters forms a word, but most of them (like \"xnopyt\") don't mean anything. \
Similarly, any squiggle yanked through the _media is technically a pattern, but most of them won't do anything.",
"3": "Hexxy was here", "3": "Hexxy was here",
They tend to do one of a few things:\
$(li)Gather some information about the world, such as finding the position of a entity.\
$(li)Manipulate the info gathered, like finding the distance between two positions.\
$(li)Perform some magical effect on the world, like summoning lightning or an explosion.$(br)\
These last kinds of actions are called \"spells.\", and are generally what attract people to the art.",
"4": "Hexxy was here", "4": "Hexxy was here",
Nature interprets each of these patterns one-by-one and, if it understands, changes the world to my whims. \
(Or, what it thinks my whims are.)",
"5": "Hexxy was here", "5": "Hexxy was here",
I believe the concentrated mental energy is used as a sort of argument to Nature, convincing it that it should indeed do as I ask. \
Most spells require this kind of payment, but a few non-spell actions do too.$(br2)\
I've recorded the costs, if any, of each action on their respective pages.",
}, },
iotas: { iotas: {
"1": "Hexxy was here", "1": "Hexxy was here",
At its most basic level, Hexcasting is the art of manipulating iotas.$(br2)\
Iotas come in many different types:\
$(li)Numbers (which some legends called \"doubles\").\
$(li)Vectors, a collection of three numbers representing a position, movement, or direction.\
$(li)Booleans or \"bools\" for short, representing an abstract True or False.\
$(li)Entities, like myself, chickens, and minecarts.",
"2": "Hexxy was here", "2": "Hexxy was here",
$(li)Patterns themselves, used for crafting magic items and truly mind-boggling feats like $(italic)spells that cast other spells/$.\
$(li)A list of several of the above, gathered into a single iota.",
"3": "Hexxy was here", "3": "Hexxy was here",
For example, take $(l:patterns/spells/basic#hexcasting:explode)$(action)Explosion/$. \
This spell requires a number iota, to indicate the strength, and a vector iota, to indicate the location.$(br2)\
Or, take $(l:patterns/basic#hexcasting:get_pos)$(action)Compass Purification/$. \
This takes an entity iota and transforms it into a vector iota, representing the position of that entity.",
}, },
}, },