Skip to content

Commit 27e6ea7

Browse files
committed
Test git log
1 parent e33133b commit 27e6ea7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/deploy-stg.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v3
18+
- run: git log -1 --pretty=format:%aI content/hardware/02.hero/boards/uno-r4-minima/tutorials/adc-resolution/adc-resolution.md
1819
- uses: actions/setup-node@v3
1920
with:
2021
node-version: 18
@@ -50,8 +51,11 @@ jobs:
5051
restore-keys: |
5152
${{ runner.os }}-public-gatsby-
5253
54+
- run: git log -1 --pretty=format:%aI content/hardware/02.hero/boards/uno-r4-minima/tutorials/adc-resolution/adc-resolution.md
5355
- run: npm install
56+
- run: git log -1 --pretty=format:%aI content/hardware/02.hero/boards/uno-r4-minima/tutorials/adc-resolution/adc-resolution.md
5457
- run: npm run build
58+
- run: git log -1 --pretty=format:%aI content/hardware/02.hero/boards/uno-r4-minima/tutorials/adc-resolution/adc-resolution.md
5559

5660
- name: Configure AWS Credentials
5761
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)