Skip to content

Commit 4ec5c37

Browse files
authored
Update deploy.yml
1 parent 25d0bbc commit 4ec5c37

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,9 @@ jobs:
3535
echo "=== PaperMod content ==="
3636
ls -R ./themes/PaperMod/
3737
38-
# Google Analytics ID を設定
39-
sed -i "s/\$GOOGLE_ANALYTICS_ID/${GOOGLE_ANALYTICS_ID}/g" hugo.toml
4038
# Hugoのビルドを実行
4139
hugo --minify
42-
env:
43-
GOOGLE_ANALYTICS_ID: ${{ secrets.GOOGLE_ANALYTICS_ID }}
44-
40+
4541
- name: Deploy to GitHub Pages
4642
uses: peaceiris/actions-gh-pages@v4
4743
with:

0 commit comments

Comments
 (0)