Skip to content

Commit

Permalink
node 써봄
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyya99 committed Jul 22, 2023
1 parent 76106e1 commit 2d0131e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ jobs:
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Print Secret Value
run: echo "${{ secrets.KAKAO_JAVASCRIPT_KEY }}"
- name: Update values.yaml
uses: fjogeleit/yaml-update-action@main
- name: Secret Value to .env file
run: |
echo "KAKAO_JAVASCRIPT_KEY=${{ secrets.KAKAO_JAVASCRIPT_KEY }}" >> .env
- uses: actions/setup-node@v3
with:
valueFile: '_config.yml'
propertyPath: 'kakao_javascript_key'
value: ${{secrets.KAKAO_JAVASCRIPT_KEY}}
commitChange: false
node-version: 18
- run: npm install dotenv
- run: yarn build
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
Expand Down

0 comments on commit 2d0131e

Please sign in to comment.