Skip to content

Commit

Permalink
ops: add site host var
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Jan 16, 2025
1 parent 1487bdd commit 9da5795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Check out source repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download lock file
run: wget https://patch.discoverygc.com/patchlist.xml
- name: Cache Freelancer
Expand Down Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Darkstat Build
uses: darklab8/fl-darkstat/.github/actions/build@master
with:
site-host: https://darkstat.dd84ai.com
site-root: /fl-data-discovery/
freelancer-folder: ${{ github.workspace }}/freelancer_folder
heading: <a href="https://github.com/darklab8/fl-darkstat">Darkstat</a> from <a href="https://darklab8.github.io/blog/pet_projects.html#Freelancercommunity">DarkTools</a> for <a href="https://github.com/darklab8/fl-data-discovery">Freelancer Discovery</a>
Expand Down
1 change: 1 addition & 0 deletions kcls/wf_publish.k
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ with open(filename, "w") as file:
"""
}
darkstat.Build(darkstat.BuildArgs{
site_host = "https://darkstat.dd84ai.com"
site_root = "/fl-data-discovery/"
freelancer_folder = _freelancer_folder
heading = '<a href="https://github.com/darklab8/fl-darkstat">Darkstat</a> from <a href="https://darklab8.github.io/blog/pet_projects.html#Freelancercommunity">DarkTools</a> for <a href="https://github.com/darklab8/fl-data-discovery">Freelancer Discovery</a>'
Expand Down

0 comments on commit 9da5795

Please sign in to comment.