Skip to content

Fix mistakes in MVar documentation #117

Fix mistakes in MVar documentation

Fix mistakes in MVar documentation #117

Workflow file for this run

name: Publish Docs to GitHub Pages
on:
push:
branches: [master]
workflow_dispatch:
permissions:
contents: read
# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
html:
runs-on: ubuntu-latest
env:
BUNDLE_WITH: "documentation"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true
- run: ruby support/generate_docs.rb
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs
deploy:
permissions:
pages: write
id-token: write
needs: [html]
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy