Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Remove Keccak256

Remove Keccak256 #10

Workflow file for this run

name: Documentation
on:
pull_request:
branches:
- main
types:
- closed
jobs:
docs_update:
if: ${{ github.event.pull_request.merged }}
runs-on: self-hosted
steps:
- name: Upload Documentation to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "docs"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}