Skip to content

Add more information on VSCode debugger interpreted modules (#131) #182

Add more information on VSCode debugger interpreted modules (#131)

Add more information on VSCode debugger interpreted modules (#131) #182

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
pull_request:
jobs:
docs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v4
- name: Set git user config
run: |
git config --global user.name "myusername"
git config --global user.email "[email protected]"
- name: 🚀 Build and Deploy
uses: tlienart/xranklin-build-action@main
with:
DEPLOY: ${{ github.event_name == 'push' }}
DEPLOY_BRANCH: 'gh-pages'