Skip to content

Commit

Permalink
build: Disable revision dates on localized site (#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed Oct 28, 2024
1 parent 671e45f commit 0c0ae8f
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 287 deletions.
77 changes: 0 additions & 77 deletions .github/dependabot.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
echo "BUILD_INSIDERS=true" >> "$GITHUB_ENV"
echo "EXTRA_FLAGS=""$EXTRA_FLAGS" --insiders"" >> "$GITHUB_ENV"
- name: Set Metadata for International Builds
if: inputs.lang != 'en'
run: |
echo "GITREVISIONDATE=false" >> "$GITHUB_ENV"
echo "GITAUTHORS=false" >> "$GITHUB_ENV"
- name: Set Metadata for Offline Mode
if: inputs.config == 'offline'
run: |
Expand Down
Loading

0 comments on commit 0c0ae8f

Please sign in to comment.