Skip to content

Merge pull request #324 from decentralized-identity/vasilis/various-f… #1343

Merge pull request #324 from decentralized-identity/vasilis/various-f…

Merge pull request #324 from decentralized-identity/vasilis/various-f… #1343

Workflow file for this run

name: "Update Editor's Copy"
on:
push:
paths-ignore:
- README.md
- CONTRIBUTING.md
- LICENSE.md
- .gitignore
pull_request:
paths-ignore:
- README.md
- CONTRIBUTING.md
- LICENSE.md
- .gitignore
jobs:
build:
name: "Update Editor's Copy"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
# Temporarily disabled until the tool is updated to the latest spec
# - name: "Install and build message generator CLI"
# run: cargo build
# working-directory: ./tooling/message-generators
# - name: "Update the message generators in the fixtures folder"
# run: ./target/debug/bbs-signature-generator-demo -o file ../fixtures/generators.json
# working-directory: ./tooling/message-generators
- name: "Install yarn dependencies"
run: yarn install --frozen-lockfile
working-directory: ./tooling/fixtures
- name: "Populate fixtures Yarn"
run: yarn populate-fixtures
working-directory: ./tooling/fixtures
- name: "Cache Setup"
id: cache-setup
run: |
mkdir -p "$HOME"/.cache/xml2rfc
echo "::set-output name=path::$HOME/.cache/xml2rfc"
date -u "+::set-output name=date::%FT%T"
- name: "Cache References"
uses: actions/cache@v4
with:
path: |
${{ steps.cache-setup.outputs.path }}
.targets.mk
key: refcache-${{ steps.cache-setup.outputs.date }}
restore-keys: |
refcache-${{ steps.cache-setup.outputs.date }}
refcache-
- name: "Build Drafts"
uses: martinthomson/i-d-template@v1
with:
token: ${{ github.token }}
- name: "Update GitHub Pages"
uses: martinthomson/i-d-template@v1
if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
with:
make: gh-pages
token: ${{ github.token }}
- name: "Archive Built Drafts"
uses: actions/upload-artifact@v4
with:
name: drafts
path: |
draft-*.html
draft-*.txt