-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|