Skip to content

Add faq entry for 'stdlib.h' file not found error #67

Add faq entry for 'stdlib.h' file not found error

Add faq entry for 'stdlib.h' file not found error #67

Workflow file for this run

name: Github Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: '0.4.3'
- run: mdbook build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book