Skip to content

Commit

Permalink
move core to submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
axherrm committed Feb 2, 2024
1 parent fa31fd5 commit fd3a29e
Show file tree
Hide file tree
Showing 99 changed files with 8 additions and 16,944 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- uses: actions/setup-node@v4
with:
# Version Spec of the version to use in SemVer notation.
Expand All @@ -33,14 +35,15 @@ jobs:
node-version: 20
- name: Build
run: |
cd core
npm install
npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./dist/cv/browser/
path: ./core/dist/cv/browser/
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "core"]
path = core
url = git@github.com:axherrm/WebCVTemplate-core.git
4 changes: 0 additions & 4 deletions .vscode/extensions.json

This file was deleted.

20 changes: 0 additions & 20 deletions .vscode/launch.json

This file was deleted.

42 changes: 0 additions & 42 deletions .vscode/tasks.json

This file was deleted.

17 changes: 0 additions & 17 deletions Dockerfile

This file was deleted.

144 changes: 0 additions & 144 deletions angular.json

This file was deleted.

1 change: 1 addition & 0 deletions core
Submodule core added at 9ca0b6
9 changes: 0 additions & 9 deletions docker-compose.yml

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 0 additions & 14 deletions nginx.conf

This file was deleted.

Loading

0 comments on commit fd3a29e

Please sign in to comment.