Skip to content

Commit

Permalink
Test exporting file contents
Browse files Browse the repository at this point in the history
  • Loading branch information
caleywoods committed May 2, 2024
1 parent 92a7973 commit 54b7a2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
name: Jekyll build
command: |
bundle exec jekyll build
echo "export PA11Y_TARGETS=_site/2016/03/03/five-questions-for-the-nasa-chief-historian/index.html" >> "$BASH_ENV"
echo "export PA11Y_TARGETS=$(cat pa11y_targets)" >> "$BASH_ENV"
source "$BASH_ENV"
- run: npm run htmlproofer
- run:
name: Run rspec
command: bundle exec rspec `pwd`/spec/
- run:
name: Run pa11yci
command: cat ./pa11y_targets && ./serve-pa11yci && npm run pa11y-ci
command: echo $PA11Y_TARGETS && ./serve-pa11yci && npm run pa11y-ci
workflows:
version: 2
commit:
Expand Down
1 change: 1 addition & 0 deletions _posts/2014-03-19-hello-world-we-are-18f.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ C) A new unit of the [General Services Administration](https://gsa.gov/)
focused on IT delivery, housed in the agency headquarters at 18th & F
Streets in NW DC.<br>
D) All of the above.
E) Testing file changes

You guessed it. The correct answer is D – [All of the
above.]({{ site.baseurl }}/)
Expand Down

0 comments on commit 54b7a2c

Please sign in to comment.