Skip to content

Commit

Permalink
fixup! add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
irkode committed Aug 20, 2024
1 parent 1bcaa1a commit 67a9357
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
[void](Test-Path .\assets -ErrorAction Stop)
[void](Test-Path .\.github -ErrorAction Stop)
[void](Test-Path .\.gitignore -ErrorAction Stop)
- name: Download Bulma
run: |
$Tags = git tag | %{ $_ -replace "^v","" }
Expand Down Expand Up @@ -82,7 +81,6 @@ jobs:
echo "BULMA_RELEASE=$($BulmaRelease.release)" | Out-File $Env:GITHUB_ENV -Append -Encoding utf8
echo "BULMA_ARCHIVE=$($BulmaRelease.archive)" | Out-File $Env:GITHUB_ENV -Append -Encoding utf8
Write-Output "download successful: $($BulmaRelease.archive)"
$path = (($pwd.Path -replace "\\","\\") + "\\assets\\bulma\\") -replace "[.]","\."
$css = $((Get-ChildItem $path -filter "*.css" -recurse ).FullName -replace $path | %{ " - $_"})
$sass = $((Get-ChildItem $path -filter "*.sass").FullName -replace $path)
Expand Down

0 comments on commit 67a9357

Please sign in to comment.