Skip to content

Commit

Permalink
remove current branch from workflow
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 415fb0d commit 4969de3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- fix-publish-docs

jobs:
publish-docs:
Expand Down Expand Up @@ -36,7 +35,7 @@ jobs:
mv lib/papi-components/papi-components docs-for-pages
mv lib/papi-dts/papi-dts docs-for-pages
- name: Add nojekyll
- name: Add nojekyll # needed so that HTML pages that start with _ do not cause 404
run: touch docs-for-pages/.nojekyll

- name: Add landing page
Expand Down

0 comments on commit 4969de3

Please sign in to comment.