Skip to content

Commit

Permalink
ci: remove docs auto deploy on backend tag
Browse files Browse the repository at this point in the history
The gh-pages action as it is configured seems to reset the custom domain value
to docs.hanko.io in the repo's pages settings. This somehow leads to conflicts with
the new docs because the static JS docs must be reachable at a teamhanko.github.io
URL and not docs.hanko.io.
  • Loading branch information
lfleischmann authored Oct 12, 2023
1 parent e7fdbec commit fe18d5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Deploy to GitHub Pages

on:
push:
tags: [ 'backend/v*.*.*' ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit fe18d5c

Please sign in to comment.