Skip to content

Commit

Permalink
Merge branch 'build-layout'
Browse files Browse the repository at this point in the history
  • Loading branch information
akib1689 committed Apr 2, 2024
2 parents 0a1c6d6 + ed5d807 commit 455ca5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/page-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Print Environment variable to .env.local
run: echo ${{ secrets.ENV_FILE}} | base64 --decode > .env.local
- name: Detect package manager
id: detect-package-manager
run: |
Expand Down

0 comments on commit 455ca5b

Please sign in to comment.