Skip to content

TOOL: Integrated Automated License Generator #12

TOOL: Integrated Automated License Generator

TOOL: Integrated Automated License Generator #12

Workflow file for this run

name: Deploy Documentation
on:
push:
branches: ["main"]
permissions:
contents: write
pages: write
id-token: write
jobs:
deploy:
environment:
name: github-pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload Documentation
uses: actions/upload-pages-artifact@v3
with:
path: '.'
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4