Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Documentation

on:
push:
branches:
- main
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -64,6 +62,7 @@ jobs:
needs: build
name: Generate robots.txt
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'

steps:
- name: Create robots.txt
Expand Down Expand Up @@ -92,6 +91,7 @@ jobs:

name: Deploy to pages
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'

steps:
- name: Download docs artifact
Expand Down