Skip to content

Commit

Permalink
Also downgrade checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Feb 1, 2024
1 parent dd27457 commit 46e71fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Build docs

on:
push:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
types: [opened, synchronize]
merge_group:

# Gives the workflow permissions to clone the repo and create a page deployment
permissions:
Expand Down Expand Up @@ -91,7 +95,7 @@ jobs:
image: registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-2

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: actions/download-artifact@v4
with:
name: algolia-indexes
Expand Down

0 comments on commit 46e71fa

Please sign in to comment.