Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov committed Mar 23, 2024
1 parent 82ff950 commit e6f775e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:

jobs:
build:
if: 1 == 0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 2 additions & 0 deletions scripts/generate_docs.nims
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import strutils, strformat

let tagsString = gorge("git tag --sort=version:refname")

echo "Tags: ", tagsString

for tag in tagsString.splitLines():
if tag.len() > 0:
echo gorge(fmt"nim -d:ssl --outdir:./../htmldocs/{tag} doc --project --git.url:https://github.com/mishankov/yahttp --git.commit:{tag} ./../src/yahttp.nim")

0 comments on commit e6f775e

Please sign in to comment.