Skip to content

Commit

Permalink
Update jekyll-build-push-S3-v2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrodziski authored Jan 17, 2024
1 parent e2a8237 commit a5222fb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/jekyll-build-push-S3-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# documentation.

# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll site to S3
name: Build and Deploy Jekyll site to S3 V2

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -73,13 +73,14 @@ jobs:
source_dir: 'landing/dist'
destination_dir: ''
- name: Fix permissions
working-directory: ./landing
run: |
chmod -c -R +rX "landing/dist/" | while read line; do
chmod -c -R +rX "dist/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
name: landing
path: ./landing/dist/*
name: github-pages
path: landing/dist/*

0 comments on commit a5222fb

Please sign in to comment.