Skip to content

Commit

Permalink
rm unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Aug 30, 2024
1 parent 6df19ac commit 413089e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ name: Build and deploy website preview

env:
ZOLA_VERSION: "0.18.0"
TARGET_BRANCH: "gh-pages"
CNAME: "nordic-rse.org"

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-upon-push-or-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ name: Build and deploy website upon push or merge to main

env:
ZOLA_VERSION: "0.18.0"
TARGET_BRANCH: "gh-pages"
CNAME: "nordic-rse.org"

on:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/link-to-preview.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Link to preview in PR conversation

on:
pull_request:
types: [opened, reopened]

jobs:
link-to-preview:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 413089e

Please sign in to comment.