Skip to content

Add CNAME and .htaccess #1

Add CNAME and .htaccess

Add CNAME and .htaccess #1

Workflow file for this run

name: Compile project With Maven
on:
push:
branches: [ main ]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'corretto'
cache: maven
- name: Generate html
run: mvn clean test-compile
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: target/html # The folder the action should deploy.