Skip to content

Commented out Bibtex in VnVPlan makefile #6

Commented out Bibtex in VnVPlan makefile

Commented out Bibtex in VnVPlan makefile #6

Workflow file for this run

name: Continuous Deployment
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy Application
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Simulate Deployment
run: echo "Deployment logic would go here."