Skip to content

Commit

Permalink
ci: publish review docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Jan 30, 2024
1 parent e5bdd22 commit d8c8b79
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Publish docs
on:
push:
branches:
- main

permissions:
contents: read
Expand All @@ -16,7 +14,6 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -45,7 +42,7 @@ jobs:

deploy:
environment:
name: github-pages
name: ${{ github.ref_name }}
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest
Expand Down

0 comments on commit d8c8b79

Please sign in to comment.