Skip to content

Commit

Permalink
Change file name to allPageSourceFiles.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Nov 25, 2024
1 parent 5f453fe commit 5819866
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run concat
- run: mv allMdFilesConcatenated.md ./build/
- run: mv allPageSourceFiles.md ./build/
- uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.AWS_S3_PRODUCTION_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ node_modules
out
build
_glossaryBuild
allMdFilesConcatenated.md
allPageSourceFiles.md

2 changes: 1 addition & 1 deletion src/scripts/concatenate.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function removeFrontMatter(mdText) {

async function concatEverything() {

const outputPath = path.resolve(__dirname, '../../', 'allMdFilesConcatenated.md');
const outputPath = path.resolve(__dirname, '../../', 'allPageSourceFiles.md');

// Remove old concatenated file if it exists
try {
Expand Down

0 comments on commit 5819866

Please sign in to comment.