Skip to content

Commit

Permalink
chore: remove some TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Nov 27, 2024
1 parent ffa3158 commit 5885a2c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- master
- "build/docs-website" # TODO remove after it's merged

jobs:
cleanup-runs:
runs-on: ubuntu-latest
Expand All @@ -16,9 +16,6 @@ jobs:
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"

gh-pages:
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}
permissions:
contents: read
pages: write
Expand Down

0 comments on commit 5885a2c

Please sign in to comment.