We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9b0c6 commit bd45c13Copy full SHA for bd45c13
.github/workflows/deploy-to-production.yml
@@ -15,6 +15,9 @@ env:
15
ALGOLIA_APP_ID: ${{secrets.ALGOLIA_APP_ID}}
16
ALGOLIA_KEY: ${{secrets.ALGOLIA_KEY}}
17
18
+concurrency:
19
+ group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
20
+
21
jobs:
22
deploy-staging:
23
runs-on: ubuntu-latest
@@ -24,6 +27,8 @@ jobs:
24
27
steps:
25
28
- name: Checkout
26
29
uses: actions/checkout@v4
30
+ with:
31
+ fetch-depth: 0 # For correct author and date information on pages.
32
33
- name: Setup Node.js
34
uses: actions/setup-node@v4
@@ -70,6 +75,8 @@ jobs:
70
75
71
76
72
77
78
79
73
80
74
81
82
0 commit comments