Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Nov 24, 2023
1 parent 869e52b commit 9715bc3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
permissions:
id-token: write
pages: write
deployments: write
contents: write

env:
ALGOLIA_APP_NAME: TFI39P0622
Expand All @@ -22,6 +24,7 @@ env:
CONFIG_JSON_PRODUCT: LARAVEL-LANG
CONFIG_JSON_VERSION: 5.x
INSTANCE: docs/laravel-lang
DOMAIN: laravel-lang.com

jobs:
build:
Expand Down Expand Up @@ -115,6 +118,9 @@ jobs:
with:
args: unzip -qq ${{ env.ARTIFACT }} -d dir

- name: Create CNAME
run: echo ${{ env.domain }} >> CNAME

- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
with:
Expand Down

0 comments on commit 9715bc3

Please sign in to comment.