Skip to content

Commit

Permalink
refactor: fix naming of project
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Mar 30, 2024
1 parent ceeac65 commit dbc8c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
env:
SITE_ROOT: "/fl-darkstat/"
FLDARKSTAT_FREELANCER_FOLDER: ${{ github.workspace }}/fl-data
FLDARKSTAT_HEADING: "Development environment version for darkstat | <a href=\"https://github.com/darklab8/fl-darkstat\">Github</a>"
FLDARKSTAT_HEADING: "Development environment version for fl-darkstat | <a href=\"https://github.com/darklab8/fl-darkstat\">Github</a>"

- uses: actions/upload-pages-artifact@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"FLDARKSTAT_FREELANCER_FOLDER": "/home/naa/windows10shared/Discovery/DiscoveryFreelancer",
"DARKSTAT_LOG_LEVEL": "DEBUG",
"UTILS_LOG_LEVEL": "DEBUG",
"FLDARKSTAT_HEADING": "Dev server for darkstat | <a href=\"https://github.com/darklab8/fl-darkstat\">Github</a>",
"FLDARKSTAT_HEADING": "Dev server for fl-darkstat | <a href=\"https://github.com/darklab8/fl-darkstat\">Github</a>",
}
}

0 comments on commit dbc8c6e

Please sign in to comment.