Skip to content

Merge branch 'main' of https://github.com/Making-Sense-Info/Addict #6

Merge branch 'main' of https://github.com/Making-Sense-Info/Addict

Merge branch 'main' of https://github.com/Making-Sense-Info/Addict #6

name: Deploy DDI resources to GitHub Pages
on:
push:
branches:
- main
paths:
- 'resources/**'
jobs:
deploy-resources:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./resources
publish_branch: gh-pages
destination_dir: resources
keep_files: true