Skip to content

feat(deploy): removed build dir and changed action files #8

feat(deploy): removed build dir and changed action files

feat(deploy): removed build dir and changed action files #8

Workflow file for this run

# docs-deployment
name: Deploy to GitHub Pages
on:
push:
branches:
- docs-deployment
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Call the reusable composite action from Docusaurus directory
- uses: ./documentation/build-and-deploy.yml@v1 # Adjust version if needed