Skip to content

Commit

Permalink
Merge pull request #1252 from ArmDeveloperEcosystem/main
Browse files Browse the repository at this point in the history
Prod update
  • Loading branch information
pareenaverma authored Sep 13, 2024
2 parents 86b45de + 6ad2db5 commit 82dcf59
Show file tree
Hide file tree
Showing 125 changed files with 4,996 additions and 96 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,19 @@ jobs:
hugo-version: '0.130.0'
extended: true

# Post-CSS install
# Post-CSS install and Node.js
- name: Install Post-CSS
run: npm install postcss-cli


# Builds arm-software-developer repo
- name: Build
run: |
hugo --minify
cp learn-image-sitemap.xml public/learn-image-sitemap.xml
bin/pagefind --site "public"
env:
HUGO_LLM_API: ${{ secrets.HUGO_LLM_API }}

# Deploys website to AWS S3
- name: Deploy to S3
Expand Down
Loading

0 comments on commit 82dcf59

Please sign in to comment.