Skip to content

Commit

Permalink
Merge pull request #16 from HistoryAtState/fix/repo-xml
Browse files Browse the repository at this point in the history
fix(repo.xml): added repo.xml
  • Loading branch information
joewiz authored Feb 5, 2025
2 parents b12e3de + cf7010a commit 43e9ad6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ jobs:
- name: lint commit message
uses: wagoid/commitlint-github-action@v6

# Commit repo.xml file
- name: Commit and Push
if: ${{ matrix.java-version == 17 && github.event_name == 'push' }}
uses: actions-x/commit@v6
with:
message: "fix(repo.xml): update [skip ci]"

release:
name: Release
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ build/*
.existdb.json
.DS_Store
expath-pkg.xml
repo.xml
.vscode/
.idea/
node_modules/
14 changes: 14 additions & 0 deletions repo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo" commit-id="ab390d44c8a38a23920170ae96413a54cbc651bd" commit-time="1738771655">
<description>History of the Foreign Relations Series (data)</description>
<author>Office of the Historian</author>
<website>https://history.state.gov</website>
<status/>
<license/>
<copyright/>
<type>application</type>
<target>frus-history</target>
<prepare>pre-install.xql</prepare>
<finish/>
<permissions password="" user="hsg" group="hsg" mode="rw-rw-r--"/>
</meta>

0 comments on commit 43e9ad6

Please sign in to comment.