diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 33010c1..7f58c86 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,6 +27,9 @@ jobs: - name: Disable Jekyll run: sudo touch ./public/.nojekyll + - name: Copy generated dist files + run: cp -r ./static/dist ./public/dist + - name: Publish site as artifact uses: actions/upload-artifact@v2 with: diff --git a/Makefile b/Makefile index 98ecce0..ca85be6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ + + static/dist: static/dist/line-awesome static/dist/github-markdown-css/github-markdown-light.css static/dist/line-awesome: static/dist/line-awesome/fonts/la-solid-900.woff static/dist/line-awesome/fonts/la-brands-400.woff @@ -16,4 +18,8 @@ static/dist/github-markdown-css/github-markdown-light.css: node_modules/github-m cp $< $@ node_modules: - npm install \ No newline at end of file + npm install + +public: sass content static static/dist templates jsonld_templates config.toml + zola build + cp -r static/dist public/dist \ No newline at end of file diff --git a/sass/styles/components/about-card.scss b/sass/styles/components/about-card.scss index 29238ea..5a20fbb 100644 --- a/sass/styles/components/about-card.scss +++ b/sass/styles/components/about-card.scss @@ -12,8 +12,8 @@ margin-bottom: 2em; .profile-photo-container { - max-width: 150px; - height: max-content; + width: 150px; + height: 150px; margin: 0; padding: 0;