Skip to content

Commit

Permalink
Test without removing prez ui header and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Jan 25, 2024
1 parent c98b6a6 commit bde9f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 66 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/gh-pages.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ WORKDIR ${PREZ_UI_HOME}
COPY public/ ${PREZ_UI_HOME}/public

# Strip out Prez UI header and footer placeholders.
RUN sed -i 's+<header id="header"></header>+<div id="header"></div>+g' ${PREZ_UI_HOME}/index.html
RUN sed -i 's+<footer id="footer"></footer>+<div id="footer"></div>+g' ${PREZ_UI_HOME}/index.html
#RUN sed -i 's+<header id="header"></header>+<div id="header"></div>+g' ${PREZ_UI_HOME}/index.html
#RUN sed -i 's+<footer id="footer"></footer>+<div id="footer"></div>+g' ${PREZ_UI_HOME}/index.html

# # Add custom header and footer.
RUN mv ${PREZ_UI_HOME}/src/App.vue ${PREZ_UI_HOME}/src/PrezApp.vue
Expand Down

0 comments on commit bde9f96

Please sign in to comment.