-
Notifications
You must be signed in to change notification settings - Fork 0
/
temp.yaml
28 lines (28 loc) · 1.03 KB
/
temp.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# - name: Install Hugo CLI
# run: |
# wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
# && sudo dpkg -i ${{ runner.temp }}/hugo.deb
# - name: Install Dart Sass
# run: sudo snap install dart-sass
# - name: Checkout
# uses: actions/checkout@v4
# with:
# submodules: recursive
# fetch-depth: 0
# - name: download dependecies
# run : ./scripts/sync-data.sh
# - name: Setup Pages
# id: pages
# uses: actions/configure-pages@v3
# - name: Install Node.js dependencies
# run: "npm i"
# - name: Build with Hugo
# env:
# # For maximum backward compatibility with Hugo modules
# HUGO_ENVIRONMENT: production
# HUGO_ENV: production
# run: |
# hugo \
# --gc \
# --minify \
# --baseURL "${{ steps.pages.outputs.base_url }}/"