Skip to content

Commit

Permalink
Revert "Update jekyll-gh-pages.yml"
Browse files Browse the repository at this point in the history
This reverts commit 2054cd4.
  • Loading branch information
lucyya99 committed Jul 20, 2023
1 parent 08a4ada commit 7f3b934
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@ jobs:
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
with:
valueFile: '_config.yml'
propertyPath: 'kakao_javascript_key'
value: ${{secrets.KAKAO_JAVASCRIPT_KEY}}
commitChange: false
- name: Update _config.yml
run: |
sed -i "s/KAKAO_JAVASCRIPT_KEY/${{ secrets.KAKAO_JAVASCRIPT_KEY }}/g" _config.yml
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
Expand Down

0 comments on commit 7f3b934

Please sign in to comment.