Skip to content

Commit

Permalink
test landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolie Rabideau authored and Jolie Rabideau committed Dec 6, 2023
1 parent 0f3d425 commit f9578a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ jobs:
mkdir docs-for-pages
mv lib/papi-components/papi-components docs-for-pages
mv lib/papi-dts/papi-dts docs-for-pages
touch docs-for-pages/.nojekyll
- name: Add nojekyll
run: touch docs-for-pages/.nojekyll

- name: Add landing page
run: cp README.md docs-for-pages

- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
Expand Down

0 comments on commit f9578a6

Please sign in to comment.