diff --git a/.github/workflows/release-doc-page.yml b/.github/workflows/release-doc-page.yml new file mode 100644 index 0000000..48a6966 --- /dev/null +++ b/.github/workflows/release-doc-page.yml @@ -0,0 +1,42 @@ +name: Deploy Jekyll with GitHub Pages dependencies preinstalled +on: + push: + branches: ["main"] + + workflow_dispatch: + +permissions: + contents: read + pages: write + id-token: write + +concurrency: + group: "pages" + cancel-in-progress: true + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Setup Pages + uses: actions/configure-pages@v2 + - name: Build with Jekyll + uses: actions/jekyll-build-pages@v1 + with: + source: ./docs + destination: ./_site + - name: Upload artifact + uses: actions/upload-pages-artifact@v1 + + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v1 diff --git a/.gitignore b/.gitignore index 190a983..f40fbd8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,40 +1,5 @@ -.pottery -target/ -!.mvn/wrapper/maven-wrapper.jar -!**/src/main/**/target/ -!**/src/test/**/target/ - -### IntelliJ IDEA ### -/.idea -.idea/modules.xml -.idea/jarRepositories.xml -.idea/compiler.xml -.idea/libraries/ -*.iws -*.iml -*.ipr - -### Eclipse ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache - -### NetBeans ### -/nbproject/private/ -/nbbuild/ -/dist/ -/nbdist/ -/.nb-gradle/ -build/ -!**/src/main/**/build/ -!**/src/test/**/build/ - -### VS Code ### -.vscode/ - -### Mac OS ### -.DS_Store \ No newline at end of file +_site +.sass-cache +.jekyll-cache +.jekyll-metadata +vendor diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..a7aacf9 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,713 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1665864897567 + + + 1665877074683 + + + 1665881558031 + + + 1665881568386 + + + 1665882938739 + + + 1665884991353 + + + 1665886219846 + + + 1666027520034 + + + 1672603914269 + + + 1672607492009 + + + 1672608041642 + + + 1672614209572 + + + 1672615297288 + + + 1672690495240 + + + 1672693372082 + + + 1672693390766 + + + 1672694221164 + + + 1672694520709 + + + 1672694762374 + + + 1672695753551 + + + 1672695770836 + + + 1672695876638 + + + 1672696010293 + + + 1672696208942 + + + 1672696920943 + + + 1672697238731 + + + 1672697428513 + + + 1672697631449 + + + 1672697660004 + + + 1672697981415 + + + 1672698018987 + + + 1672700138157 + + + 1672700167491 + + + 1672701528475 + + + 1672701936006 + + + 1672702098253 + + + 1672709141911 + + + 1672709351850 + + + 1672709452678 + + + 1672709502230 + + + 1672861703184 + + + 1672864445880 + + + 1672864662268 + + + 1672864748715 + + + 1672864922292 + + + 1672865492695 + + + 1672865633049 + + + 1672866062807 + + + 1672866893165 + + + 1672866902867 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + file://$PROJECT_DIR$/src/main/java/cat/pottery/ui/cli/command/WatchCommand.java + 28 + + + file://$PROJECT_DIR$/src/main/java/cat/pottery/engine/output/fatJar/FatJarArtifactOutput.java + 92 + + + file://$PROJECT_DIR$/src/main/java/cat/pottery/engine/output/fatJar/FatJarArtifactOutput.java + 43 + + + file://$PROJECT_DIR$/src/main/java/cat/pottery/ui/cli/command/TestCommand.java + 162 + + + file://$PROJECT_DIR$/src/main/java/cat/pottery/ui/cli/command/IdeaCommand.java + 70 + + + file://$PROJECT_DIR$/src/main/java/cat/pottery/ui/parser/YamlArtifactFileParser.java + 30 + + + + + + + + + + + + + + + + + +